Uses of Interface
opennlp.tools.tokenize.SubwordTokenizer
Packages that use SubwordTokenizer
-
Uses of SubwordTokenizer in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize that implement SubwordTokenizerModifier and TypeClassDescriptionfinal classASubwordTokenizerimplementing the BERT tokenization stages: basic tokenization (control removal, whitespace normalization, CJK isolation, optional lower casing with accent stripping, punctuation isolation) followed by greedy longest-match wordpiece segmentation.