| 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 LemmatizerFactory |
LemmatizerFactory.create(String subclassName) |
LemmatizerFactory |
LemmatizerModel.getFactory() |
| 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 |
|---|
LemmatizerModel(String languageCode,
opennlp.tools.ml.model.MaxentModel lemmatizerModel,
int beamSize,
Map<String,String> manifestInfoEntries,
LemmatizerFactory factory) |
LemmatizerModel(String languageCode,
opennlp.tools.ml.model.MaxentModel lemmatizerModel,
LemmatizerFactory factory) |
LemmatizerModel(String languageCode,
opennlp.tools.ml.model.MaxentModel lemmatizerModel,
Map<String,String> manifestInfoEntries,
LemmatizerFactory factory) |
LemmatizerModel(String languageCode,
opennlp.tools.ml.model.SequenceClassificationModel<String> lemmatizerModel,
Map<String,String> manifestInfoEntries,
LemmatizerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected LemmatizerFactory |
AbstractLemmatizerTrainer.getLemmatizerFactory()
Get the lemmatizerFactory.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLemmatizerTrainer.setLemmatizerFactory(LemmatizerFactory aLemmatizerFactory)
Set/implement the lemmatizerFactory to be used in the lemmatizer training.
|
Copyright © 2016 IXA pipes. All rights reserved.