Uses of Class
opennlp.tools.tokenize.TokenizerModel
Packages that use TokenizerModel
-
Uses of TokenizerModel in opennlp.tools.tokenize
Methods in opennlp.tools.tokenize that return TokenizerModelModifier and TypeMethodDescriptionstatic TokenizerModelTokenizerME.train(opennlp.tools.util.ObjectStream<opennlp.tools.tokenize.TokenSample> samples, TokenizerFactory factory, opennlp.tools.util.TrainingParameters mlParams) Trains a model for theTokenizerME.Constructors in opennlp.tools.tokenize with parameters of type TokenizerModelModifierConstructorDescriptionInitializes aThreadSafeTokenizerMEwith the specifiedmodel.ThreadSafeTokenizerME(TokenizerModel model, Dictionary abbDict) Instantiates aThreadSafeTokenizerMEwith an existingTokenizerModel.TokenizerME(TokenizerModel model) Instantiates aTokenizerMEwith an existingTokenizerModel.TokenizerME(TokenizerModel model, Dictionary abbDict) Instantiates aTokenizerMEwith an existingTokenizerModel.