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