Uses of Interface
opennlp.tools.sentdetect.EndOfSentenceScanner
-
Packages that use EndOfSentenceScanner Package Description opennlp.tools.sentdetect Package related to identifying sentece boundries.opennlp.tools.sentdetect.lang -
-
Uses of EndOfSentenceScanner in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement EndOfSentenceScanner Modifier and Type Class Description class
DefaultEndOfSentenceScanner
Default implementation of theEndOfSentenceScanner
.Methods in opennlp.tools.sentdetect that return EndOfSentenceScanner Modifier and Type Method Description EndOfSentenceScanner
SentenceDetectorFactory. getEndOfSentenceScanner()
Constructors in opennlp.tools.sentdetect with parameters of type EndOfSentenceScanner Constructor Description SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)
Initializes the current instance. -
Uses of EndOfSentenceScanner in opennlp.tools.sentdetect.lang
Methods in opennlp.tools.sentdetect.lang that return EndOfSentenceScanner Modifier and Type Method Description EndOfSentenceScanner
Factory. createEndOfSentenceScanner(char[] customEOSCharacters)
EndOfSentenceScanner
Factory. createEndOfSentenceScanner(String languageCode)
-