| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.lemma | |
| eus.ixa.ixa.pipe.lemma.train |
Package containing the Statistical lemmatizer classes.
|
| Modifier and Type | Method and Description |
|---|---|
static LemmatizerModel |
LemmatizerME.train(String languageCode,
opennlp.tools.util.ObjectStream<LemmaSample> samples,
opennlp.tools.util.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.
|
| Modifier and Type | Method and Description |
|---|---|
LemmatizerModel |
LemmatizerTrainer.train(opennlp.tools.util.TrainingParameters params)
Train a lemmatizer model with a parameters file.
|
LemmatizerModel |
AbstractLemmatizerTrainer.train(opennlp.tools.util.TrainingParameters params) |
Copyright © 2016 IXA pipes. All rights reserved.