get_tokens: Remove stopwords from text

Description Usage Arguments Value Examples

View source: R/generic_text_functions.R

Description

Removes stopwords from text in whichever language is specified.

Usage

1
get_tokens(text, language = "English")

Arguments

text

A character vector containing text from which to remove stopwords.

language

A string indicating the language of the text.

Value

Returns the input text with stopwords removed.

Examples

1
get_tokens("On the Origin of Species", language="English")

elizagrames/litsearchr documentation built on April 14, 2021, 3:42 p.m.