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 with the lemmatizer tool -
-
Uses of LemmatizerModel in opennlp.tools.cmdline.lemmatizer
Methods in opennlp.tools.cmdline.lemmatizer that return LemmatizerModel Modifier and Type Method Description protected LemmatizerModelLemmatizerModelLoader. loadModel(InputStream modelIn) -
Uses of LemmatizerModel in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return LemmatizerModel Modifier and Type Method Description static LemmatizerModelLemmatizerME. train(String languageCode, ObjectStream<LemmaSample> samples, TrainingParameters trainParams, LemmatizerFactory posFactory)Constructors in opennlp.tools.lemmatizer with parameters of type LemmatizerModel Constructor Description LemmatizerME(LemmatizerModel model)Initializes the current instance with the provided model and the default beam size of 3.
-