Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
Modifier and Type | Field and Description |
---|---|
protected BeamSearch<String> |
ChunkerME.beam
The beam used to search for sequences of chunk tag assignments.
|
Modifier and Type | Field and Description |
---|---|
protected BeamSearch<String> |
POSTaggerME.beam
The search object used for search multiple sequences of tags.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.