Package smile.nlp.tokenizer
Interface SentenceSplitter
- All Known Implementing Classes:
BreakIteratorSentenceSplitter
,SimpleSentenceSplitter
public interface SentenceSplitter
A sentence splitter segments text into sentences (a string of words
satisfying the grammatical rules of a language).
-
Method Summary
-
Method Details
-
split
Splits the text into sentences.- Parameters:
text
- the text.- Returns:
- the sentences.
-