Uses of Class
opennlp.tools.sentdetect.SentenceDetectorFactory
Packages that use SentenceDetectorFactory
-
Uses of SentenceDetectorFactory in opennlp.tools.sentdetect
Methods in opennlp.tools.sentdetect that return SentenceDetectorFactoryModifier and TypeMethodDescriptionstatic SentenceDetectorFactory
SentenceDetectorFactory.create
(String subclassName, String languageCode, boolean useTokenEnd, Dictionary abbreviationDictionary, char[] eosCharacters) SentenceModel.getFactory()
Methods in opennlp.tools.sentdetect with parameters of type SentenceDetectorFactoryModifier and TypeMethodDescriptionstatic SentenceModel
SentenceDetectorME.train
(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams) Constructors in opennlp.tools.sentdetect with parameters of type SentenceDetectorFactoryModifierConstructorDescriptionSDCrossValidator
(String languageCode, TrainingParameters params, SentenceDetectorFactory sdFactory, SentenceDetectorEvaluationMonitor... listeners) SentenceModel
(String languageCode, MaxentModel sentModel, Map<String, String> manifestInfoEntries, SentenceDetectorFactory sdFactory)