Package opennlp.tools.chunker
Interface ChunkerEvaluationMonitor
-
- All Superinterfaces:
EvaluationMonitor<ChunkSample>
- All Known Implementing Classes:
ChunkerDetailedFMeasureListener
,ChunkEvaluationErrorListener
public interface ChunkerEvaluationMonitor extends EvaluationMonitor<ChunkSample>
A marker interface for evaluatingchunkers
.
-
-
Method Summary
-
Methods inherited from interface opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified, misclassified
-
-