Learn R Programming

boilerpipeR (version 1.3.2)

ArticleExtractor: A full-text extractor which is tuned towards news articles.

Description

In this scenario it achieves higher accuracy than DefaultExtractor.

Usage

ArticleExtractor(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 <- ArticleExtractor(content)
# }

Run the code above in your browser using DataLab