Uses of Class
opennlp.tools.tokenize.BPEModel
Packages that use BPEModel
-
Uses of BPEModel in opennlp.tools.tokenize
Methods in opennlp.tools.tokenize that return BPEModelModifier and TypeMethodDescriptionLearns BPE merge operations from a training corpus and returns aBPEModel.Constructors in opennlp.tools.tokenize with parameters of type BPEModelModifierConstructorDescriptionBPETokenizer(BPEModel model) Initializes aBPETokenizerfrom a trainedBPEModel.