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()
          Deprecated. Use POSModel.getFactory() to get a POSTaggerFactory and POSTaggerFactory.getTagDictionary() to get a TagDictionary.
 

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, POSTaggerFactory) instead and pass in a POSTaggerFactory and a TrainingParameters.
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)
          Deprecated. use POSTaggerME.train(String, ObjectStream, TrainingParameters, POSTaggerFactory) instead and pass in a POSTaggerFactory.
protected  void POSTaggerFactory.validatePOSDictionary(POSDictionary posDict, opennlp.model.AbstractModel posModel)
           
 

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



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