Uses of Interface
opennlp.tools.chunker.Chunker

Packages that use Chunker
opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks. 
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. 
opennlp.tools.parser.treeinsert Package containing experimental code for performing full syntactic parsing using attachment decisions. 
 

Uses of Chunker in opennlp.tools.chunker
 

Classes in opennlp.tools.chunker that implement Chunker
 class ChunkerME
          The class represents a maximum-entropy-based chunker.
 

Uses of Chunker in opennlp.tools.parser
 

Fields in opennlp.tools.parser declared as Chunker
protected  Chunker AbstractBottomUpParser.chunker
          The chunker that the parser uses to chunk non-recursive structures.
 

Constructors in opennlp.tools.parser with parameters of type Chunker
AbstractBottomUpParser(POSTagger tagger, Chunker chunker, HeadRules headRules, int beamSize, double advancePercentage)
           
 

Uses of Chunker in opennlp.tools.parser.chunking
 

Constructors in opennlp.tools.parser.chunking with parameters of type Chunker
Parser(opennlp.model.MaxentModel buildModel, opennlp.model.MaxentModel checkModel, POSTagger tagger, Chunker chunker, HeadRules headRules)
          Deprecated. 
Parser(opennlp.model.MaxentModel buildModel, opennlp.model.MaxentModel checkModel, POSTagger tagger, Chunker chunker, HeadRules headRules, int beamSize, double advancePercentage)
          Deprecated. 
 

Uses of Chunker in opennlp.tools.parser.treeinsert
 

Constructors in opennlp.tools.parser.treeinsert with parameters of type Chunker
Parser(opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel attachModel, opennlp.model.AbstractModel checkModel, POSTagger tagger, Chunker chunker, HeadRules headRules)
          Deprecated. 
Parser(opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel attachModel, opennlp.model.AbstractModel checkModel, POSTagger tagger, Chunker chunker, HeadRules headRules, int beamSize, double advancePercentage)
          Deprecated. 
 



Copyright © 2010. All Rights Reserved.