opennlp.tools.cmdline.tokenizer
Class TokenEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<TokenSample>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.