Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
opennlp.tools.ml.model | |
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
Modifier and Type | Method and Description |
---|---|
Sequence |
ChunkSampleSequenceStream.read() |
Modifier and Type | Method and Description |
---|---|
Event[] |
ChunkSampleSequenceStream.updateContext(Sequence sequence,
AbstractModel model) |
Modifier and Type | Method and Description |
---|---|
Sequence |
LemmaSampleSequenceStream.read() |
Modifier and Type | Method and Description |
---|---|
Event[] |
LemmaSampleSequenceStream.updateContext(Sequence sequence,
AbstractModel model) |
Modifier and Type | Method and Description |
---|---|
Event[] |
SequenceStream.updateContext(Sequence sequence,
AbstractModel model)
Creates a new event array based on the outcomes predicted by the specified parameters
for the specified sequence.
|
Modifier and Type | Method and Description |
---|---|
Sequence |
NameSampleSequenceStream.read() |
Modifier and Type | Method and Description |
---|---|
Event[] |
NameSampleSequenceStream.updateContext(Sequence sequence,
AbstractModel model) |
Modifier and Type | Method and Description |
---|---|
Sequence |
POSSampleSequenceStream.read() |
Modifier and Type | Method and Description |
---|---|
Event[] |
POSSampleSequenceStream.updateContext(Sequence sequence,
AbstractModel model) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.