| Package | Description |
|---|---|
| opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
| opennlp.tools.formats.muc | |
| opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
| opennlp.tools.parser.chunking |
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
|
| opennlp.tools.parser.treeinsert |
Package containing experimental code for performing full syntactic
parsing using attachment decisions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkerME
The class represents a maximum-entropy-based chunker.
|
| Constructor and Description |
|---|
ChunkerEvaluator(Chunker chunker,
ChunkerEvaluationMonitor... listeners)
Initializes the current instance with the given
Chunker. |
| Constructor and Description |
|---|
ShallowParseCorefEnhancerStream(POSTagger posTagger,
Chunker chunker,
ObjectStream<RawCorefSample> samples) |
| Modifier and Type | Field and Description |
|---|---|
protected Chunker |
AbstractBottomUpParser.chunker
The chunker that the parser uses to chunk non-recursive structures.
|
| Constructor and Description |
|---|
AbstractBottomUpParser(POSTagger tagger,
Chunker chunker,
HeadRules headRules,
int beamSize,
double advancePercentage) |
| Constructor and Description |
|---|
Parser(MaxentModel buildModel,
MaxentModel checkModel,
POSTagger tagger,
Chunker chunker,
HeadRules headRules)
Deprecated.
|
Parser(MaxentModel buildModel,
MaxentModel checkModel,
POSTagger tagger,
Chunker chunker,
HeadRules headRules,
int beamSize,
double advancePercentage)
Deprecated.
|
| Constructor and Description |
|---|
Parser(AbstractModel buildModel,
AbstractModel attachModel,
AbstractModel checkModel,
POSTagger tagger,
Chunker chunker,
HeadRules headRules)
Deprecated.
|
Parser(AbstractModel buildModel,
AbstractModel attachModel,
AbstractModel checkModel,
POSTagger tagger,
Chunker chunker,
HeadRules headRules,
int beamSize,
double advancePercentage)
Deprecated.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.