Uses of Class
opennlp.tools.sentdetect.SentenceModel
Packages that use SentenceModel
-
Uses of SentenceModel in opennlp.tools.sentdetect
Methods in opennlp.tools.sentdetect that return SentenceModelModifier 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 SentenceModelModifierConstructorDescriptionSentenceDetectorME(SentenceModel model) Initializes the current instance.SentenceDetectorME(SentenceModel model, Dictionary abbDict) Instantiates aSentenceDetectorMEwith an existingSentenceModel.SentenceDetectorME(SentenceModel model, Factory factory) Deprecated.Initializes aThreadSafeSentenceDetectorMEwith the specifiedmodel.ThreadSafeSentenceDetectorME(SentenceModel model, Dictionary abbDict) Instantiates aThreadSafeSentenceDetectorMEwith an existingSentenceModel.
SentenceDetectorFactoryto extend SentenceDetector functionality.