Package | Description |
---|---|
opennlp.tools.cmdline.lemmatizer |
Classes giving access to the opennlp.tools.lemmatizer functionalities.
|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
Modifier and Type | Method and Description |
---|---|
protected LemmatizerModel |
LemmatizerModelLoader.loadModel(InputStream modelIn) |
Modifier and Type | Method and Description |
---|---|
static LemmatizerModel |
LemmatizerME.train(String languageCode,
ObjectStream<LemmaSample> samples,
TrainingParameters trainParams,
LemmatizerFactory posFactory) |
Constructor and Description |
---|
LemmatizerME(LemmatizerModel model)
Initializes the current instance with the provided model
and the default beam size of 3.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.