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)
           
 

Constructors in opennlp.tools.postag with parameters of type ModelType
POSTaggerCrossValidator(String languageCode, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary)
           
POSTaggerCrossValidator(String languageCode, ModelType modelType, POSDictionary tagDictionary, Dictionary ngramDictionary, int cutoff, int iterations)
           
 

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 are declared.
 



Copyright © 2010. All Rights Reserved.