Uses of Class
opennlp.tools.postag.POSDictionary

Packages that use POSDictionary
opennlp.tools.postag Package related to part-of-speech tagging. 
 

Uses of POSDictionary in opennlp.tools.postag
 

Methods in opennlp.tools.postag that return POSDictionary
static POSDictionary POSDictionary.create(InputStream in)
          Creates a new POSDictionary from a provided InputStream.
 POSDictionary POSModel.getTagDictionary()
          Retrieves the tag dictionary.
 

Methods in opennlp.tools.postag with parameters of type POSDictionary
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated. use POSTaggerME.train(String, ObjectStream, TrainingParameters, POSDictionary, Dictionary) instead and pass in a TrainingParameters object.
static POSModel POSTaggerTrainer.train(String languageCode, ObjectStream<POSSample> samples, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated.  
static POSModel POSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, TrainingParameters trainParams, POSDictionary tagDictionary, Dictionary ngramDictionary)
           
 

Constructors in opennlp.tools.postag with parameters of type POSDictionary
POSModel(String languageCode, opennlp.model.AbstractModel posModel, POSDictionary tagDictionary, Dictionary ngramDict)
           
POSModel(String languageCode, opennlp.model.AbstractModel posModel, POSDictionary tagDictionary, Dictionary ngramDict, Map<String,String> manifestInfoEntries)
           
POSTaggerCrossValidator(String languageCode, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary)
           
POSTaggerCrossValidator(String languageCode, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
          Deprecated. use POSTaggerCrossValidator.POSTaggerCrossValidator(String, TrainingParameters, POSDictionary, Dictionary, POSTaggerEvaluationMonitor...) instead and pass in a TrainingParameters object.
POSTaggerCrossValidator(String languageCode, TrainingParameters trainParam, POSDictionary tagDictionary, Dictionary ngramDictionary, POSTaggerEvaluationMonitor... listeners)
           
POSTaggerCrossValidator(String languageCode, TrainingParameters trainParam, POSDictionary tagDictionary, Integer ngramCutoff, POSTaggerEvaluationMonitor... listeners)
           
POSTaggerCrossValidator(String languageCode, TrainingParameters trainParam, POSDictionary tagDictionary, POSTaggerEvaluationMonitor... listeners)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.