Package | Description |
---|---|
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
opennlp.tools.sentdetect.lang | |
opennlp.tools.sentdetect.lang.th |
Package related to the processing of Thai data.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSDContextGenerator
Generate event contexts for maxent decisions for sentence detection.
|
Modifier and Type | Method and Description |
---|---|
SDContextGenerator |
SentenceDetectorFactory.getSDContextGenerator() |
Constructor and Description |
---|
SDEventStream(ObjectStream<SentenceSample> samples,
SDContextGenerator cg,
EndOfSentenceScanner scanner)
Initializes the current instance.
|
Modifier and Type | Method and Description |
---|---|
SDContextGenerator |
Factory.createSentenceContextGenerator(Set<String> abbreviations,
char[] customEOSCharacters) |
SDContextGenerator |
Factory.createSentenceContextGenerator(String languageCode) |
SDContextGenerator |
Factory.createSentenceContextGenerator(String languageCode,
Set<String> abbreviations) |
Modifier and Type | Class and Description |
---|---|
class |
SentenceContextGenerator
Creates contexts/features for end-of-sentence detection in Thai text.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.