opennlp.tools.cmdline.sentdetect
Class SentenceEvaluationErrorListener

java.lang.Object
  extended by opennlp.tools.cmdline.EvaluationErrorPrinter<SentenceSample>
      extended by 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.


Constructor Summary
SentenceEvaluationErrorListener()
          Creates a listener that will print to System.err
SentenceEvaluationErrorListener(OutputStream outputStream)
          Creates a listener that will print to a given OutputStream
 
Method Summary
 void missclassified(SentenceSample reference, SentenceSample prediction)
           
 
Methods inherited from class opennlp.tools.cmdline.EvaluationErrorPrinter
correctlyClassified, printError, printError, printError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified
 

Constructor Detail

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

Method Detail

missclassified

public void missclassified(SentenceSample reference,
                           SentenceSample prediction)
Specified by:
missclassified in interface EvaluationMonitor<SentenceSample>
Specified by:
missclassified in class EvaluationErrorPrinter<SentenceSample>


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.