Learn R Programming

boilerpipeR (version 1.3.2)

LargestContentExtractor: A full-text extractor which extracts the largest text component of a page.

Description

For news articles, it may perform better than the DefaultExtractor, but usually worse than ArticleExtractor.

Usage

LargestContentExtractor(content, ...)

Arguments

content

Text content as character

...

additional parameters

Value

extracted text as character

See Also

Extractor

Examples

Run this code
# NOT RUN {
data(content)
extract <- LargestContentExtractor(content)
# }

Run the code above in your browser using DataLab