Uses of Class
opennlp.tools.lemmatizer.LemmatizerModel
Packages that use LemmatizerModel
Package
Description
Classes giving access to the opennlp.tools.lemmatizer functionalities.
Package related to the lemmatizer functionality.
-
Uses of LemmatizerModel in opennlp.tools.cmdline.lemmatizer
Methods in opennlp.tools.cmdline.lemmatizer that return LemmatizerModelModifier and TypeMethodDescriptionprotected LemmatizerModel
LemmatizerModelLoader.loadModel
(InputStream modelIn) -
Uses of LemmatizerModel in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return LemmatizerModelModifier and TypeMethodDescriptionstatic LemmatizerModel
LemmatizerME.train
(String languageCode, ObjectStream<LemmaSample> samples, TrainingParameters params, LemmatizerFactory factory) Starts a training of aLemmatizerModel
with the given parameters.Constructors in opennlp.tools.lemmatizer with parameters of type LemmatizerModelModifierConstructorDescriptionLemmatizerME
(LemmatizerModel model) Initializes aThreadSafeLemmatizerME
with the specifiedmodel
.