Uses of Interface
opennlp.tools.chunker.Chunker
Packages that use Chunker
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package containing common code for performing full syntactic parsing.
-
Uses of Chunker in opennlp.tools.chunker
Classes in opennlp.tools.chunker that implement ChunkerModifier and TypeClassDescriptionclass
The class represents a maximum-entropy-basedChunker
.class
A thread-safe version of theChunkerME
.Constructors in opennlp.tools.chunker with parameters of type ChunkerModifierConstructorDescriptionChunkerEvaluator
(Chunker chunker, ChunkerEvaluationMonitor... listeners) Initializes aChunkerEvaluator
instance with the givenChunker
. -
Uses of Chunker in opennlp.tools.parser
Fields in opennlp.tools.parser declared as ChunkerModifier and TypeFieldDescriptionprotected Chunker
AbstractBottomUpParser.chunker
The chunker that the parser uses to chunk non-recursive structures.Constructors in opennlp.tools.parser with parameters of type ChunkerModifierConstructorDescriptionAbstractBottomUpParser
(POSTagger tagger, Chunker chunker, HeadRules headRules, int beamSize, double advancePercentage)