Uses of Interface
opennlp.tools.postag.POSTagger

Packages that use POSTagger
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. 
opennlp.tools.postag Package related to part-of-speech tagging. 
 

Uses of POSTagger in opennlp.tools.parser
 

Fields in opennlp.tools.parser declared as POSTagger
protected  POSTagger AbstractBottomUpParser.tagger
          The pos-tagger that the parser uses.
 

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

Uses of POSTagger in opennlp.tools.parser.chunking
 

Constructors in opennlp.tools.parser.chunking with parameters of type POSTagger
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 POSTagger in opennlp.tools.parser.treeinsert
 

Constructors in opennlp.tools.parser.treeinsert with parameters of type POSTagger
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. 
 

Uses of POSTagger in opennlp.tools.postag
 

Classes in opennlp.tools.postag that implement POSTagger
 class POSTaggerME
          A part-of-speech tagger that uses maximum entropy.
 

Constructors in opennlp.tools.postag with parameters of type POSTagger
POSEvaluator(POSTagger tagger)
          Initializes the current instance.
 



Copyright © 2010. All Rights Reserved.