Package opennlp.tools.cmdline.namefind
Class NameEvaluationErrorListener
- java.lang.Object
-
- opennlp.tools.cmdline.EvaluationErrorPrinter<NameSample>
-
- opennlp.tools.cmdline.namefind.NameEvaluationErrorListener
-
- All Implemented Interfaces:
TokenNameFinderEvaluationMonitor,EvaluationMonitor<NameSample>
public class NameEvaluationErrorListener extends opennlp.tools.cmdline.EvaluationErrorPrinter<NameSample> implements TokenNameFinderEvaluationMonitor
A default implementation ofEvaluationMonitorthat prints to an output stream.
-
-
Constructor Summary
Constructors Constructor Description NameEvaluationErrorListener()Creates a listener that will print toSystem.err.NameEvaluationErrorListener(OutputStream outputStream)Creates a listener that will print to a givenOutputStream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmisclassified(NameSample reference, NameSample prediction)-
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 Detail
-
NameEvaluationErrorListener
public NameEvaluationErrorListener()
Creates a listener that will print toSystem.err.
-
NameEvaluationErrorListener
public NameEvaluationErrorListener(OutputStream outputStream)
Creates a listener that will print to a givenOutputStream.
-
-
Method Detail
-
misclassified
public void misclassified(NameSample reference, NameSample prediction)
- Specified by:
misclassifiedin interfaceEvaluationMonitor<NameSample>- Specified by:
misclassifiedin classopennlp.tools.cmdline.EvaluationErrorPrinter<NameSample>
-
-