Package opennlp.tools.chunker

Package related to finding non-recursive syntactic annotation such as noun phrase chunks.

See:
          Description

Interface Summary
Chunker The interface for chunkers which provide chunk tags for a sequence of tokens.
ChunkerContextGenerator Interface for the context generator used in syntactic chunking.
 

Class Summary
ChunkerEventStream Class for creating an event stream out of data files for training a chunker.
ChunkerME The class represents a maximum-entropy-based chunker.
DefaultChunkerContextGenerator Features based on chunking model described in Fei Sha and Fernando Pereira.
 

Package opennlp.tools.chunker Description

Package related to finding non-recursive syntactic annotation such as noun phrase chunks.



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.