Uses of Package
opennlp.tools.chunker

Packages that use opennlp.tools.chunker
opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks. 
opennlp.tools.cmdline.chunker   
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions. 
 

Classes in opennlp.tools.chunker used by opennlp.tools.chunker
Chunker
          The interface for chunkers which provide chunk tags for a sequence of tokens.
ChunkerContextGenerator
          Interface for the context generator used in syntactic chunking.
ChunkerModel
          The ChunkerModel is the model used by a learnable Chunker.
ChunkSample
           
 

Classes in opennlp.tools.chunker used by opennlp.tools.cmdline.chunker
ChunkerModel
          The ChunkerModel is the model used by a learnable Chunker.
 

Classes in opennlp.tools.chunker used by opennlp.tools.parser
Chunker
          The interface for chunkers which provide chunk tags for a sequence of tokens.
ChunkerContextGenerator
          Interface for the context generator used in syntactic chunking.
ChunkerModel
          The ChunkerModel is the model used by a learnable Chunker.
 

Classes in opennlp.tools.chunker used by opennlp.tools.parser.chunking
Chunker
          The interface for chunkers which provide chunk tags for a sequence of tokens.
 



Copyright © 2010. All Rights Reserved.