Package opennlp.tools.langdetect
Interface LanguageDetectorEvaluationMonitor
-
- All Superinterfaces:
EvaluationMonitor<LanguageSample>
- All Known Implementing Classes:
LanguageDetectorEvaluationErrorListener
,LanguageDetectorFineGrainedReportListener
public interface LanguageDetectorEvaluationMonitor extends EvaluationMonitor<LanguageSample>
A marker interface for evaluatinglanguage detectors
.
-
-
Method Summary
-
Methods inherited from interface opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified, misclassified
-
-