opennlp.tools.cmdline.postag
Class POSEvaluationErrorListener

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


Constructor Summary
POSEvaluationErrorListener()
          Creates a listener that will print to System.err
POSEvaluationErrorListener(OutputStream outputStream)
          Creates a listener that will print to a given OutputStream
 
Method Summary
 void missclassified(POSSample reference, POSSample 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

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

Method Detail

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.