Class NameEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.namefind.NameSample>
opennlp.tools.cmdline.namefind.NameEvaluationErrorListener
- All Implemented Interfaces:
opennlp.tools.namefind.TokenNameFinderEvaluationMonitor, opennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.namefind.NameSample>
public class NameEvaluationErrorListener
extends opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.namefind.NameSample>
implements opennlp.tools.namefind.TokenNameFinderEvaluationMonitor
A default implementation of
EvaluationMonitor that prints
to an output stream.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a listener that will print to the configuredlogger.NameEvaluationErrorListener(OutputStream outputStream) Creates a listener that will print to a givenOutputStream. -
Method Summary
Modifier and TypeMethodDescriptionvoidmisclassified(opennlp.tools.namefind.NameSample reference, opennlp.tools.namefind.NameSample 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
-
NameEvaluationErrorListener
public NameEvaluationErrorListener()Creates a listener that will print to the configuredlogger. -
NameEvaluationErrorListener
Creates a listener that will print to a givenOutputStream.
-
-
Method Details
-
misclassified
public void misclassified(opennlp.tools.namefind.NameSample reference, opennlp.tools.namefind.NameSample prediction) - Specified by:
misclassifiedin interfaceopennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.namefind.NameSample>- Specified by:
misclassifiedin classopennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.namefind.NameSample>
-