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 TokenizerModifier and TypeClassDescriptionclassATokenizerimplementation of the full BERT tokenization pipeline: basic tokenization (text normalization) followed by wordpiece tokenization.classA basicTokenizerimplementation which performs tokenization using white spaces.classATokenizerimplementation which performs tokenization using word pieces.