Package | Description |
---|---|
opennlp.tools.cmdline.postag | |
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
Modifier and Type | Class and Description |
---|---|
class |
POSEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
class |
POSTaggerFineGrainedReportListener
Generates a detailed report for the POS Tagger.
|
Constructor and Description |
---|
POSEvaluator(POSTagger tagger,
POSTaggerEvaluationMonitor... listeners)
Initializes the current instance.
|
POSTaggerCrossValidator(String languageCode,
TrainingParameters trainParam,
File tagDictionary,
byte[] featureGeneratorBytes,
Map<String,Object> resources,
Integer tagdicCutoff,
String factoryClass,
POSTaggerEvaluationMonitor... listeners)
Creates a
POSTaggerCrossValidator that builds a ngram dictionary
dynamically. |
POSTaggerCrossValidator(String languageCode,
TrainingParameters trainParam,
POSTaggerFactory factory,
POSTaggerEvaluationMonitor... listeners)
Creates a
POSTaggerCrossValidator using the given
POSTaggerFactory . |
Copyright © 2021 The Apache Software Foundation. All rights reserved.