Class LargestContentExtractor

java.lang.Object
com.kohlschutter.boilerpipe.extractors.ExtractorBase
com.kohlschutter.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.