Package | Description |
---|---|
de.l3s.boilerpipe.extractors |
This package contains some standard extractors (i.e., completely piped BoilerpipeFilters)
|
Modifier and Type | Field and Description |
---|---|
static LargestContentExtractor |
LargestContentExtractor.INSTANCE |
static LargestContentExtractor |
CommonExtractors.LARGEST_CONTENT_EXTRACTOR
Like
DefaultExtractor , but keeps the largest text block only. |
Modifier and Type | Method and Description |
---|---|
static LargestContentExtractor |
LargestContentExtractor.getInstance()
Returns the singleton instance for
LargestContentExtractor . |