Introduce contracted compiled patch tries for faster lookup, make compiled patch commands the primary runtime path, refresh stemmer benchmarks and documentation, and restructure the documentation for 3.0.0 onboarding. BREAKING CHANGE: Radixor 3.0.0 promotes compiled patch-command APIs and new compiled trie artifacts as the primary runtime integration model.
6 lines
122 B
Groovy
6 lines
122 B
Groovy
def openNlpVersion = '2.5.4'
|
|
|
|
dependencies {
|
|
jmhImplementation "org.apache.opennlp:opennlp-tools:${openNlpVersion}"
|
|
}
|