opennlp.tools.cmdline.tokenizer
Class TokenEvaluationErrorListener

java.lang.Object
  extended by opennlp.tools.cmdline.EvaluationErrorPrinter<TokenSample>
      extended by opennlp.tools.cmdline.tokenizer.TokenEvaluationErrorListener
All Implemented Interfaces:
TokenizerEvaluationMonitor, EvaluationMonitor<TokenSample>

public class TokenEvaluationErrorListener
extends EvaluationErrorPrinter<TokenSample>
implements TokenizerEvaluationMonitor

A default implementation of EvaluationMonitor that prints to an output stream.


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

TokenEvaluationErrorListener

public TokenEvaluationErrorListener()
Creates a listener that will print to System.err


TokenEvaluationErrorListener

public TokenEvaluationErrorListener(OutputStream outputStream)
Creates a listener that will print to a given OutputStream

Method Detail

missclassified

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


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