Package | Description |
---|---|
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
Modifier and Type | Method and Description |
---|---|
static SentenceDetectorFactory |
SentenceDetectorFactory.create(String subclassName,
String languageCode,
boolean useTokenEnd,
Dictionary abbreviationDictionary,
char[] eosCharacters) |
SentenceDetectorFactory |
SentenceModel.getFactory() |
Modifier and Type | Method and Description |
---|---|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
SentenceDetectorFactory sdFactory,
TrainingParameters mlParams) |
Constructor and Description |
---|
SDCrossValidator(String languageCode,
TrainingParameters params,
SentenceDetectorFactory sdFactory,
SentenceDetectorEvaluationMonitor... listeners) |
SentenceModel(String languageCode,
MaxentModel sentModel,
Map<String,String> manifestInfoEntries,
SentenceDetectorFactory sdFactory) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.