Uses of Interface
opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor

Packages that use SentenceDetectorEvaluationMonitor
opennlp.tools.cmdline.sentdetect   
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
 

Uses of SentenceDetectorEvaluationMonitor in opennlp.tools.cmdline.sentdetect
 

Classes in opennlp.tools.cmdline.sentdetect that implement SentenceDetectorEvaluationMonitor
 class SentenceEvaluationErrorListener
          A default implementation of EvaluationMonitor that prints to an output stream.
 

Uses of SentenceDetectorEvaluationMonitor in opennlp.tools.sentdetect
 

Constructors in opennlp.tools.sentdetect with parameters of type SentenceDetectorEvaluationMonitor
SDCrossValidator(String languageCode, TrainingParameters params, SentenceDetectorEvaluationMonitor... listeners)
          Deprecated. use #SDCrossValidator(String, TrainingParameters, Dictionary, SentenceDetectorEvaluationMonitor...) instead and pass in a TrainingParameters object.
SDCrossValidator(String languageCode, TrainingParameters params, SentenceDetectorFactory sdFactory, SentenceDetectorEvaluationMonitor... listeners)
           
SentenceDetectorEvaluator(SentenceDetector sentenceDetector, SentenceDetectorEvaluationMonitor... listeners)
          Initializes the current instance.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.