Package | Description |
---|---|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLemmatizerContextGenerator
Simple feature generator for learning statistical lemmatizers.
|
Modifier and Type | Method and Description |
---|---|
LemmatizerContextGenerator |
LemmatizerFactory.getContextGenerator() |
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.