Package | Description |
---|---|
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
opennlp.uima.sentdetect |
Package related to identifying sentece boundries.
|
Modifier and Type | Method and Description |
---|---|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
boolean useTokenEnd,
Dictionary abbreviations)
Deprecated.
|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
boolean useTokenEnd,
Dictionary abbreviations,
int cutoff,
int iterations)
Deprecated.
|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
boolean useTokenEnd,
Dictionary abbreviations,
TrainingParameters mlParams)
Deprecated.
|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
SentenceDetectorFactory sdFactory,
TrainingParameters mlParams) |
Constructor and Description |
---|
SentenceDetectorME(SentenceModel model)
Initializes the current instance.
|
SentenceDetectorME(SentenceModel model,
Factory factory)
Deprecated.
Use a
SentenceDetectorFactory to extend
SentenceDetector functionality. |
Modifier and Type | Method and Description |
---|---|
SentenceModel |
SentenceModelResource.getModel() |
SentenceModel |
SentenceModelResourceImpl.getModel() |
protected SentenceModel |
SentenceModelResourceImpl.loadModel(InputStream in) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.