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