Package | Description |
---|---|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
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 © 2017 The Apache Software Foundation. All rights reserved.