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)
           
static SentenceModel SentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, int cutoff, int iterations)
           
 

Constructors in opennlp.tools.sentdetect with parameters of type SentenceModel
SentenceDetectorME(SentenceModel model)
          Initializes the current instance.
SentenceDetectorME(SentenceModel model, Factory factory)
           
 



Copyright © 2010. All Rights Reserved.