| Package | Description |
|---|---|
| opennlp.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 |
|---|---|
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 |
|---|---|
Iterator<Sequence> |
NameSampleSequenceStream.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
NameSampleSequenceStream.updateContext(Sequence sequence,
AbstractModel model) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Sequence> |
POSSampleSequenceStream.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
POSSampleSequenceStream.updateContext(Sequence sequence,
AbstractModel model) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.