Uses of Class
opennlp.tools.lemmatizer.LemmatizerModel
-
Packages that use LemmatizerModel Package Description opennlp.tools.cmdline.lemmatizer Classes giving access to the opennlp.tools.lemmatizer functionalities.opennlp.tools.lemmatizer Package related to the lemmatizer functionality. -
-
Uses of LemmatizerModel in opennlp.tools.cmdline.lemmatizer
Methods in opennlp.tools.cmdline.lemmatizer that return LemmatizerModel Modifier and Type Method Description protected LemmatizerModel
LemmatizerModelLoader. loadModel(InputStream modelIn)
-
Uses of LemmatizerModel in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return LemmatizerModel Modifier and Type Method Description static 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 LemmatizerModel Constructor Description LemmatizerME(LemmatizerModel model)
-