Learn R Programming

boilerpipeR (version 1.3.2)

ArticleSentencesExtractor: A full-text extractor which is tuned towards extracting sentences from news articles.

Description

A full-text extractor which is tuned towards extracting sentences from news articles.

Usage

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

Run the code above in your browser using DataLab