Class SentenceDetectorEvaluator

java.lang.Object
opennlp.tools.util.eval.Evaluator<SentenceSample>
opennlp.tools.sentdetect.SentenceDetectorEvaluator

public class SentenceDetectorEvaluator extends Evaluator<SentenceSample>
The SentenceDetectorEvaluator measures the performance of the given SentenceDetector with the provided reference SentenceSamples.
See Also: