Package opennlp.tools.cmdline.postag
Klasse POSEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<POSSample>
opennlp.tools.cmdline.postag.POSEvaluationErrorListener
- Alle implementierten Schnittstellen:
POSTaggerEvaluationMonitor,EvaluationMonitor<POSSample>
public class POSEvaluationErrorListener
extends opennlp.tools.cmdline.EvaluationErrorPrinter<POSSample>
implements POSTaggerEvaluationMonitor
A default implementation of
EvaluationMonitor that prints
to an output stream.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a listener that will print to the configuredlogger.POSEvaluationErrorListener(OutputStream outputStream) Creates a listener that will print to a givenOutputStream. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidmisclassified(POSSample reference, POSSample 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
-
POSEvaluationErrorListener
public POSEvaluationErrorListener()Creates a listener that will print to the configuredlogger. -
POSEvaluationErrorListener
Creates a listener that will print to a givenOutputStream.
-
-
Methodendetails
-
misclassified
- Angegeben von:
misclassifiedin SchnittstelleEvaluationMonitor<POSSample>- Angegeben von:
misclassifiedin Klasseopennlp.tools.cmdline.EvaluationErrorPrinter<POSSample>
-