|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |