Package | Description |
---|---|
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.
|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
Constructor and Description |
---|
ShallowParseCorefEnhancerStream(POSTagger posTagger,
Chunker chunker,
ObjectStream<RawCorefSample> samples) |
Modifier and Type | Field and Description |
---|---|
protected POSTagger |
AbstractBottomUpParser.tagger
The pos-tagger that the parser uses.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
POSTaggerME
A part-of-speech tagger that uses maximum entropy.
|
Constructor and Description |
---|
POSEvaluator(POSTagger tagger,
POSTaggerEvaluationMonitor... listeners)
Initializes the current instance.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.