|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POSTaggerFactory | |
---|---|
opennlp.tools.postag | Package related to part-of-speech tagging. |
Uses of POSTaggerFactory in opennlp.tools.postag |
---|
Methods in opennlp.tools.postag that return POSTaggerFactory | |
---|---|
static POSTaggerFactory |
POSTaggerFactory.create(String subclassName,
Dictionary ngramDictionary,
TagDictionary posDictionary)
|
POSTaggerFactory |
POSModel.getFactory()
|
Methods in opennlp.tools.postag with parameters of type POSTaggerFactory | |
---|---|
static POSModel |
POSTaggerME.train(String languageCode,
ObjectStream<POSSample> samples,
TrainingParameters trainParams,
POSTaggerFactory posFactory)
|
Constructors in opennlp.tools.postag with parameters of type POSTaggerFactory | |
---|---|
POSModel(String languageCode,
opennlp.model.AbstractModel posModel,
Map<String,String> manifestInfoEntries,
POSTaggerFactory posFactory)
|
|
POSTaggerCrossValidator(String languageCode,
TrainingParameters trainParam,
POSTaggerFactory factory,
POSTaggerEvaluationMonitor... listeners)
Creates a POSTaggerCrossValidator using the given
POSTaggerFactory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |