Example usage for Java opennlp.tools.sentdetect SentenceDetectorFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
SentenceDetectorFactory(String languageCode, boolean useTokenEnd, Dictionary abbreviationDictionary, char[] eosCharacters) Creates a SentenceDetectorFactory . |