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

    Modifier and Type
    Method
    Description
    split(String text)
    Splits the text into paragraphs.
  • Method Details

    • split

      String[] split(String text)
      Splits the text into paragraphs.
      Parameters:
      text - the text.
      Returns:
      the paragraphs.