Interface ParagraphSplitter

All Superinterfaces:
Function<String,String[]>
All Known Implementing Classes:
SimpleParagraphSplitter

public interface ParagraphSplitter extends Function<String,String[]>
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 Details