opennlp.tools.cmdline.sentdetect
Class SentenceEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<SentenceSample>
opennlp.tools.cmdline.sentdetect.SentenceEvaluationErrorListener
- All Implemented Interfaces:
- SentenceDetectorEvaluationMonitor, EvaluationMonitor<SentenceSample>
public class SentenceEvaluationErrorListener
- extends EvaluationErrorPrinter<SentenceSample>
- implements SentenceDetectorEvaluationMonitor
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 |
SentenceEvaluationErrorListener
public SentenceEvaluationErrorListener()
- Creates a listener that will print to System.err
SentenceEvaluationErrorListener
public SentenceEvaluationErrorListener(OutputStream outputStream)
- Creates a listener that will print to a given
OutputStream
missclassified
public void missclassified(SentenceSample reference,
SentenceSample prediction)
- Specified by:
missclassified
in interface EvaluationMonitor<SentenceSample>
- Specified by:
missclassified
in class EvaluationErrorPrinter<SentenceSample>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.