Package opennlp.tools.chunker
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
-
Interface Summary Interface Description Chunker The interface for chunkers which provide chunk tags for a sequence of tokens.ChunkerContextGenerator Interface for aBeamSearchContextGenerator
used in syntactic chunking.ChunkerEvaluationMonitor A marker interface for evaluatingchunkers
. -
Class Summary Class Description ChunkerCrossValidator Cross validator forChunker
.ChunkerEvaluator TheChunkerEvaluator
measures the performance of the givenChunker
with the provided referencesamples
.ChunkerEventStream Class for creating an event stream out of data files for training aChunker
.ChunkerFactory ChunkerME The class represents a maximum-entropy-basedChunker
.ChunkerModel TheChunkerModel
is the model used by a learnableChunker
.ChunkSample Class for holding chunks for a single unit of text.ChunkSampleSequenceStream ASequenceStream
implementation encapsulatingsamples
.ChunkSampleStream Parses the conll 2000 shared task shallow parser training data.DefaultChunkerContextGenerator Features based on chunking model described in Fei Sha and Fernando Pereira.DefaultChunkerSequenceValidator The default chunkerSequenceValidator
implementation.