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
ChunkerEvaluatormeasures the performance of the givenChunkerwith the provided referenceChunkSamples.Class for creating an event stream out of data files for training a chunker.The class represents a maximum-entropy-based chunker.TheChunkerModelis 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.