Class TokenEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.tokenize.TokenSample>
opennlp.tools.cmdline.tokenizer.TokenEvaluationErrorListener
- All Implemented Interfaces:
opennlp.tools.tokenize.TokenizerEvaluationMonitor, opennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.tokenize.TokenSample>
public class TokenEvaluationErrorListener
extends opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.tokenize.TokenSample>
implements opennlp.tools.tokenize.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 TypeMethodDescriptionvoidmisclassified(opennlp.tools.tokenize.TokenSample reference, opennlp.tools.tokenize.TokenSample prediction) Methods inherited from class opennlp.tools.cmdline.EvaluationErrorPrinter
correctlyClassifiedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
public void misclassified(opennlp.tools.tokenize.TokenSample reference, opennlp.tools.tokenize.TokenSample prediction) - Specified by:
misclassifiedin interfaceopennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.tokenize.TokenSample>- Specified by:
misclassifiedin classopennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.tokenize.TokenSample>
-