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 SentenceDetectorFactorySentenceDetectorFactory.create(String subclassName, String languageCode, boolean useTokenEnd, Dictionary abbrDictionary, char[] eosChars) Instantiates aSentenceDetectorFactoryvia a givensubclassName.SentenceModel.getFactory()Methods in opennlp.tools.sentdetect with parameters of type SentenceDetectorFactoryModifier and TypeMethodDescriptionstatic SentenceModelSentenceDetectorME.train(String languageCode, opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample> samples, SentenceDetectorFactory sdFactory, opennlp.tools.util.TrainingParameters mlParams) Starts a training of aSentenceModelwith the given parameters.Constructors in opennlp.tools.sentdetect with parameters of type SentenceDetectorFactoryModifierConstructorDescriptionSDCrossValidator(String languageCode, opennlp.tools.util.TrainingParameters params, SentenceDetectorFactory sdFactory, opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor... listeners) SentenceModel(String languageCode, opennlp.tools.ml.model.MaxentModel sentModel, Map<String, String> manifestInfoEntries, SentenceDetectorFactory sdFactory) Initializes aSentenceModelinstance via given parameters.