Uses of Interface
opennlp.tools.tokenize.Tokenizer
Packages that use Tokenizer
-
Uses of Tokenizer in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize that implement Tokenizer -
Uses of Tokenizer in opennlp.tools.tokenize.lattice
Classes in opennlp.tools.tokenize.lattice that implement TokenizerModifier and TypeClassDescriptionfinal classDictionary-driven segmentation for languages written without spaces: a Viterbi search over the word lattice of aMecabDictionary, minimizing the sum of word costs and connection costs.final classFrequency-driven segmentation for Chinese and similar scripts: a Viterbi search that maximizes the summed log-probability of the words in a user-supplied frequency lexicon, with unlisted characters falling back to single-character words.