Package | Description |
---|---|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
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,
ObjectStream<LemmaSample> samples,
TrainingParameters trainParams,
LemmatizerFactory posFactory) |
Constructor and Description |
---|
LemmatizerModel(String languageCode,
MaxentModel lemmatizerModel,
int beamSize,
Map<String,String> manifestInfoEntries,
LemmatizerFactory factory) |
LemmatizerModel(String languageCode,
MaxentModel lemmatizerModel,
LemmatizerFactory factory) |
LemmatizerModel(String languageCode,
MaxentModel lemmatizerModel,
Map<String,String> manifestInfoEntries,
LemmatizerFactory factory) |
LemmatizerModel(String languageCode,
SequenceClassificationModel<String> lemmatizerModel,
Map<String,String> manifestInfoEntries,
LemmatizerFactory factory) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.