Package | Description |
---|---|
opennlp.tools.formats |
Experimental package related to converting various corpora to OpenNLP Format.
|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
Modifier and Type | Method and Description |
---|---|
ObjectStream<LemmaSample> |
LemmatizerSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
protected LemmaSample |
LemmatizerEvaluator.processSample(LemmaSample reference)
Evaluates the given reference
LemmaSample object. |
LemmaSample |
LemmaSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Event> |
LemmaSampleEventStream.createEvents(LemmaSample sample) |
protected LemmaSample |
LemmatizerEvaluator.processSample(LemmaSample reference)
Evaluates the given reference
LemmaSample object. |
Modifier and Type | Method and Description |
---|---|
static LemmatizerModel |
LemmatizerME.train(String languageCode,
ObjectStream<LemmaSample> samples,
TrainingParameters trainParams,
LemmatizerFactory posFactory) |
Constructor and Description |
---|
LemmaSampleEventStream(ObjectStream<LemmaSample> d,
LemmatizerContextGenerator cg)
Creates a new event stream based on the specified data stream using the specified context generator.
|
LemmaSampleSequenceStream(ObjectStream<LemmaSample> samples,
LemmatizerContextGenerator contextGenerator) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.