Uses of Class
com.kohlschutter.boilerpipe.filters.english.HeuristicFilterBase
-
Packages that use HeuristicFilterBase Package Description com.kohlschutter.boilerpipe.filters.english 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.english Modifier and Type Class Description classIgnoreBlocksAfterContentFilterMarks all blocks as "non-content" that occur after blocks that have been markedDefaultLabels.INDICATES_END_OF_TEXT.classIgnoreBlocksAfterContentFromEndFilterMarks all blocks as "non-content" that occur after blocks that have been markedDefaultLabels.INDICATES_END_OF_TEXT, and after any content block.classKeepLargestFulltextBlockFilterKeeps the largestTextBlockonly (by the number of words).classMinFulltextWordsFilterKeeps only those content blocks which contain at least k full-text words (measured bygetNumFullTextWords(TextBlock)).
-