Class SentenceDetectorME

java.lang.Object
opennlp.tools.sentdetect.SentenceDetectorME
All Implemented Interfaces:
SentenceDetector

public class SentenceDetectorME extends Object implements SentenceDetector
A sentence detector for splitting up raw text into sentences.

A maximum entropy model is used to evaluate end-of-sentence characters in a string to determine if they signify the end of a sentence.