Class KeepEverythingWithMinKWordsExtractor

java.lang.Object
de.l3s.boilerpipe.extractors.ExtractorBase
de.l3s.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.
Author:
Christian Kohlschütter