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