Uses of Class
com.kohlschutter.boilerpipe.filters.english.HeuristicFilterBase
Packages that use HeuristicFilterBase
Package
Description
These BoilerpipeFilters have only been tested on English text.
-
Uses of HeuristicFilterBase in com.kohlschutter.boilerpipe.filters.english
Subclasses of HeuristicFilterBase in com.kohlschutter.boilerpipe.filters.englishModifier and TypeClassDescriptionfinal classMarks all blocks as "non-content" that occur after blocks that have been markedDefaultLabels.INDICATES_END_OF_TEXT.final classMarks all blocks as "non-content" that occur after blocks that have been markedDefaultLabels.INDICATES_END_OF_TEXT, and after any content block.final classKeeps the largestTextBlockonly (by the number of words).final classKeeps only those content blocks which contain at least k full-text words (measured bygetNumFullTextWords(TextBlock)).