Class SentenceDetectorImplEng

    • Constructor Detail

      • SentenceDetectorImplEng

        public SentenceDetectorImplEng()
    • Method Detail

      • toSentences

        public String[] toSentences​(String message)
        Specified by:
        toSentences in interface SentenceDetector
        Parameters:
        message - a String with the value of the user input
        Returns:
        Array of Strings containing all the sentences retrieved form the user Input.