Class KeepEverythingWithMinKWordsExtractor

java.lang.Object
com.kohlschutter.boilerpipe.extractors.ExtractorBase
com.kohlschutter.boilerpipe.extractors.KeepEverythingWithMinKWordsExtractor
All Implemented Interfaces:
BoilerpipeExtractor, BoilerpipeFilter

public final class KeepEverythingWithMinKWordsExtractor extends ExtractorBase
A full-text extractor which extracts the largest text component of a page. For news articles, it may perform better than the DefaultExtractor, but usually worse than ArticleExtractor.