Interface SentenceDetector
-
- All Known Implementing Classes:
SentenceDetectorImplEng,SentenceDetectorImplFra
public interface SentenceDetectorThis class is used to split the user input into the sentences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]toSentences(String message)
-