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