Class LargestContentExtractor

java.lang.Object
de.l3s.boilerpipe.extractors.ExtractorBase
de.l3s.boilerpipe.extractors.LargestContentExtractor
All Implemented Interfaces:
BoilerpipeExtractor, BoilerpipeFilter

public final class LargestContentExtractor 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