|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SentenceDetector
The interface for sentence detectors, which find the sentence boundaries in a text.
Method Summary | |
---|---|
String[] |
sentDetect(String s)
Sentence detect a string. |
Span[] |
sentPosDetect(String s)
Sentence detect a string. |
Method Detail |
---|
String[] sentDetect(String s)
s
- The string to be sentence detected.
Span[] sentPosDetect(String s)
s
- The string to be sentence detected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |