Class SplitParagraphBlocksFilter

  • All Implemented Interfaces:
    BoilerpipeFilter

    public final class SplitParagraphBlocksFilter
    extends java.lang.Object
    implements BoilerpipeFilter
    Splits TextBlocks at paragraph boundaries. NOTE: This is not fully supported (i.e., it will break highlighting support via #getContainedTextElements()), but this one probably is necessary for some other filters.
    See Also:
    MinClauseWordsFilter
    • Method Summary

      Modifier and Type Method Description
      static SplitParagraphBlocksFilter getInstance()
      Returns the singleton instance for TerminatingBlocksFinder.
      boolean process​(TextDocument doc)
      Processes the given document doc.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait