ArticleSentencesExtractor {boilerpipeR}R Documentation

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

Author(s)

Mario Annau

See Also

Extractor

Examples

data(content)
extract <- ArticleSentencesExtractor(content)

[Package boilerpipeR version 1.3.2 Index]