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 abbrDictionary, char[] eosChars) Instantiates aSentenceDetectorFactory
via a givensubclassName
.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) Starts a training of aSentenceModel
with the given parameters.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) Initializes aSentenceModel
instance via given parameters.