Uses of Class
opennlp.tools.sentdetect.SentenceModel

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

Uses of SentenceModel in opennlp.tools.sentdetect
 

Methods in opennlp.tools.sentdetect that return SentenceModel
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations)
          Deprecated. Use SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters) and pass in af SentenceDetectorFactory.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, int cutoff, int iterations)
          Deprecated. Use SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters) and pass in af SentenceDetectorFactory.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, TrainingParameters mlParams)
          Deprecated. Use SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters) and pass in af SentenceDetectorFactory.
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams)
           
 

Constructors in opennlp.tools.sentdetect with parameters of type SentenceModel
SentenceDetectorME(SentenceModel model)
          Initializes the current instance.
SentenceDetectorME(SentenceModel model, Factory factory)
          Deprecated. Use a SentenceDetectorFactory to extend SentenceDetector functionality.
 



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