|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String languageCode,
ObjectStream<SentenceSample> samples,
boolean useTokenEnd,
Dictionary abbreviations)
|
static SentenceModel |
SentenceDetectorME.train(java.lang.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||