Class POSEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.postag.POSSample>
opennlp.tools.cmdline.postag.POSEvaluationErrorListener
- All Implemented Interfaces:
opennlp.tools.postag.POSTaggerEvaluationMonitor, opennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.postag.POSSample>
public class POSEvaluationErrorListener
extends opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.postag.POSSample>
implements opennlp.tools.postag.POSTaggerEvaluationMonitor
A default implementation of
EvaluationMonitor that prints
to an output stream.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a listener that will print to the configuredlogger.POSEvaluationErrorListener(OutputStream outputStream) Creates a listener that will print to a givenOutputStream. -
Method Summary
Modifier and TypeMethodDescriptionvoidmisclassified(opennlp.tools.postag.POSSample reference, opennlp.tools.postag.POSSample prediction) Methods inherited from class opennlp.tools.cmdline.EvaluationErrorPrinter
correctlyClassifiedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified
-
Constructor Details
-
POSEvaluationErrorListener
public POSEvaluationErrorListener()Creates a listener that will print to the configuredlogger. -
POSEvaluationErrorListener
Creates a listener that will print to a givenOutputStream.
-
-
Method Details
-
misclassified
public void misclassified(opennlp.tools.postag.POSSample reference, opennlp.tools.postag.POSSample prediction) - Specified by:
misclassifiedin interfaceopennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.postag.POSSample>- Specified by:
misclassifiedin classopennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.postag.POSSample>
-