Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
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 . |
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) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.