Package opennlp.tools.cmdline.langdetect
Klasse LanguageDetectorEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<LanguageSample>
opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluationErrorListener
- Alle implementierten Schnittstellen:
LanguageDetectorEvaluationMonitor,EvaluationMonitor<LanguageSample>
public class LanguageDetectorEvaluationErrorListener
extends opennlp.tools.cmdline.EvaluationErrorPrinter<LanguageSample>
implements LanguageDetectorEvaluationMonitor
A default implementation of
EvaluationMonitor that prints to an
output stream.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a listener that will print to the configuredlogger.LanguageDetectorEvaluationErrorListener(OutputStream outputStream) Creates a listener that will print to a givenOutputStream -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidmisclassified(LanguageSample reference, LanguageSample prediction) Von Klasse geerbte Methoden opennlp.tools.cmdline.EvaluationErrorPrinter
correctlyClassifiedVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified
-
Konstruktordetails
-
LanguageDetectorEvaluationErrorListener
public LanguageDetectorEvaluationErrorListener()Creates a listener that will print to the configuredlogger. -
LanguageDetectorEvaluationErrorListener
Creates a listener that will print to a givenOutputStream
-
-
Methodendetails
-
misclassified
- Angegeben von:
misclassifiedin SchnittstelleEvaluationMonitor<LanguageSample>- Angegeben von:
misclassifiedin Klasseopennlp.tools.cmdline.EvaluationErrorPrinter<LanguageSample>
-