Uses of Class
opennlp.tools.util.model.ModelType

Packages that use ModelType
opennlp.tools.postag Package related to part-of-speech tagging. 
opennlp.tools.util.model   
 

Uses of ModelType in opennlp.tools.postag
 

Methods in opennlp.tools.postag with parameters of type ModelType
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.
 

Constructors in opennlp.tools.postag with parameters of type ModelType
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.
 

Uses of ModelType in opennlp.tools.util.model
 

Methods in opennlp.tools.util.model that return ModelType
static ModelType ModelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModelType[] ModelType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



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