Package | Description |
---|---|
opennlp.tools.formats.brat | |
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
Constructor and Description |
---|
BratNameSampleStream(SentenceModel sentModel,
TokenizerModel tokenModel,
ObjectStream<BratDocument> samples) |
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,
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. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.