Package smile.nlp.tokenizer
Interface ParagraphSplitter
- All Known Implementing Classes:
SimpleParagraphSplitter
public interface ParagraphSplitter
A paragraph splitter segments text into paragraphs. A paragraph is a
coherent block of text, such as a group of related sentences that develop
a single topic or a coherent part of a larger topic.
-
Method Summary
-
Method Details
-
split
Splits the text into paragraphs.- Parameters:
text
- the text.- Returns:
- the paragraphs.
-