Package opennlp.tools.util.eval
Interface EvaluationMonitor<T>
- 
- All Known Subinterfaces:
 ChunkerEvaluationMonitor,POSTaggerEvaluationMonitor,TokenizerEvaluationMonitor,TokenNameFinderEvaluationMonitor
public interface EvaluationMonitor<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcorrectlyClassified(T reference, T prediction)voidmissclassified(T reference, T prediction) 
 -