Package 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 opennlp.tools.cmdline.EvaluationErrorPrinter<TokenSample>
implements TokenizerEvaluationMonitor
A default implementation of
EvaluationMonitor
that prints
to an output stream.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a listener that will print to the configuredlogger
.TokenEvaluationErrorListener
(OutputStream outputStream) Creates a listener that will print to a givenOutputStream
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
misclassified
(TokenSample reference, TokenSample prediction) Methods inherited from class opennlp.tools.cmdline.EvaluationErrorPrinter
correctlyClassified
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified
-
Constructor Details
-
TokenEvaluationErrorListener
public TokenEvaluationErrorListener()Creates a listener that will print to the configuredlogger
. -
TokenEvaluationErrorListener
Creates a listener that will print to a givenOutputStream
.
-
-
Method Details
-
misclassified
- Specified by:
misclassified
in interfaceEvaluationMonitor<TokenSample>
- Specified by:
misclassified
in classopennlp.tools.cmdline.EvaluationErrorPrinter<TokenSample>
-