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 the context generator used in syntactic chunking.The
ChunkerEvaluator
measures the performance of the givenChunker
with the provided referenceChunkSample
s.Class for creating an event stream out of data files for training a chunker.The class represents a maximum-entropy-based chunker.TheChunkerModel
is the model used by a learnableChunker
.Class for holding chunks for a single unit of text.Parses the conll 2000 shared task shallow parser training data.Features based on chunking model described in Fei Sha and Fernando Pereira.