Class SentenceDetectorImplEng
- java.lang.Object
-
- net.thexcoders.aladin_bot_backend.nlp_models.NLPModel
-
- net.thexcoders.aladin_bot_backend.nlp_models.sentence.SentenceDetectorImplEng
-
- All Implemented Interfaces:
SentenceDetector
public class SentenceDetectorImplEng extends NLPModel implements SentenceDetector
-
-
Constructor Summary
Constructors Constructor Description SentenceDetectorImplEng()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]toSentences(String message)-
Methods inherited from class net.thexcoders.aladin_bot_backend.nlp_models.NLPModel
fileExists, generateFile
-
-
-
-
Method Detail
-
toSentences
public String[] toSentences(String message)
- Specified by:
toSentencesin interfaceSentenceDetector- Parameters:
message- a String with the value of the user input- Returns:
- Array of Strings containing all the sentences retrieved form the user Input.
-
-