Uses of Class
opennlp.tools.postag.POSModel

Packages that use POSModel
opennlp.tools.cmdline.postag   
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.postag Package related to part-of-speech tagging. 
 

Uses of POSModel in opennlp.tools.cmdline.postag
 

Methods in opennlp.tools.cmdline.postag that return POSModel
protected  POSModel POSModelLoader.loadModel(InputStream modelIn)
           
 

Uses of POSModel in opennlp.tools.parser
 

Methods in opennlp.tools.parser that return POSModel
 POSModel ParserModel.getParserTaggerModel()
           
 

Methods in opennlp.tools.parser with parameters of type POSModel
 ParserModel ParserModel.updateTaggerModel(POSModel taggerModel)
           
 

Constructors in opennlp.tools.parser with parameters of type POSModel
ParserModel(String languageCode, opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel checkModel, opennlp.model.AbstractModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType)
           
ParserModel(String languageCode, opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel checkModel, opennlp.model.AbstractModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String,String> manifestInfoEntries)
           
ParserModel(String languageCode, opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String,String> manifestInfoEntries)
           
 

Uses of POSModel in opennlp.tools.postag
 

Methods in opennlp.tools.postag that return POSModel
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
           
static POSModel POSTaggerTrainer.train(String languageCode, ObjectStream<POSSample> samples, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated.  
 

Constructors in opennlp.tools.postag with parameters of type POSModel
POSTaggerME(POSModel model)
          Initializes the current instance with the provided model and the default beam size of 3.
POSTaggerME(POSModel model, int beamSize, int cacheSize)
          Initializes the current instance with the provided model and provided beam size.
 



Copyright © 2010. All Rights Reserved.