Uses of Class
opennlp.tools.sentdetect.SentenceDetectorFactory

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

Uses of SentenceDetectorFactory in opennlp.tools.sentdetect
 

Methods in opennlp.tools.sentdetect that return SentenceDetectorFactory
static SentenceDetectorFactory SentenceDetectorFactory.create(String subclassName, String languageCode, boolean useTokenEnd, Dictionary abbreviationDictionary, char[] eosCharacters)
           
 SentenceDetectorFactory SentenceModel.getFactory()
           
 

Methods in opennlp.tools.sentdetect with parameters of type SentenceDetectorFactory
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams)
           
 

Constructors in opennlp.tools.sentdetect with parameters of type SentenceDetectorFactory
SDCrossValidator(String languageCode, TrainingParameters params, SentenceDetectorFactory sdFactory, SentenceDetectorEvaluationMonitor... listeners)
           
SentenceModel(String languageCode, opennlp.model.AbstractModel sentModel, Map<String,String> manifestInfoEntries, SentenceDetectorFactory sdFactory)
           
 



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