opennlp.tools.cmdline.postag
Class POSEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<POSSample>
opennlp.tools.cmdline.postag.POSEvaluationErrorListener
- All Implemented Interfaces:
- POSTaggerEvaluationMonitor, EvaluationMonitor<POSSample>
public class POSEvaluationErrorListener
- extends EvaluationErrorPrinter<POSSample>
- implements POSTaggerEvaluationMonitor
A default implementation of EvaluationMonitor
that prints
to an output stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POSEvaluationErrorListener
public POSEvaluationErrorListener()
- Creates a listener that will print to System.err
POSEvaluationErrorListener
public POSEvaluationErrorListener(OutputStream outputStream)
- Creates a listener that will print to a given
OutputStream
missclassified
public void missclassified(POSSample reference,
POSSample prediction)
- Specified by:
missclassified
in interface EvaluationMonitor<POSSample>
- Specified by:
missclassified
in class EvaluationErrorPrinter<POSSample>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.