Package opennlp.tools.sentdetect
Interface SentenceDetector
-
- All Known Implementing Classes:
NewlineSentenceDetector,SentenceDetectorME
public interface SentenceDetectorThe interface for sentence detectors, which find the sentence boundaries in a text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]sentDetect(String s)Sentence detect a string.Span[]sentPosDetect(String s)Sentence detect a string.
-