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.formats.ad   
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.
ChunkerEvaluationMonitor
           
ChunkerModel
          The ChunkerModel is the model used by a learnable Chunker.
ChunkSample
          Class for holding chunks for a single unit of text.
 

Classes in opennlp.tools.chunker used by opennlp.tools.cmdline.chunker
ChunkerEvaluationMonitor
           
ChunkerModel
          The ChunkerModel is the model used by a learnable Chunker.
ChunkSample
          Class for holding chunks for a single unit of text.
 

Classes in opennlp.tools.chunker used by opennlp.tools.formats.ad
ChunkSample
          Class for holding chunks for a single unit of text.
 

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 © 2011 The Apache Software Foundation. All Rights Reserved.