Uses of Interface
opennlp.tools.sentdetect.SDContextGenerator
-
Packages that use SDContextGenerator Package Description opennlp.tools.sentdetect Package related to identifying sentence boundaries.opennlp.tools.sentdetect.lang opennlp.tools.sentdetect.lang.th Package related to the processing of Thai data. -
-
Uses of SDContextGenerator in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement SDContextGenerator Modifier and Type Class Description classDefaultSDContextGeneratorGenerate event contexts for maxent decisions for sentence detection.Methods in opennlp.tools.sentdetect that return SDContextGenerator Modifier and Type Method Description SDContextGeneratorSentenceDetectorFactory. getSDContextGenerator()Constructors in opennlp.tools.sentdetect with parameters of type SDContextGenerator Constructor Description SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)Initializes the current instance. -
Uses of SDContextGenerator in opennlp.tools.sentdetect.lang
Methods in opennlp.tools.sentdetect.lang that return SDContextGenerator Modifier and Type Method Description SDContextGeneratorFactory. createSentenceContextGenerator(String languageCode)SDContextGeneratorFactory. createSentenceContextGenerator(String languageCode, Set<String> abbreviations)SDContextGeneratorFactory. createSentenceContextGenerator(Set<String> abbreviations, char[] customEOSCharacters) -
Uses of SDContextGenerator in opennlp.tools.sentdetect.lang.th
Classes in opennlp.tools.sentdetect.lang.th that implement SDContextGenerator Modifier and Type Class Description classSentenceContextGeneratorCreates contexts/features for end-of-sentence detection in Thai text.
-