Learn R Programming

discoverableresearch (version 0.0.1)

get_stopwords: Retrieve stop words for a given language

Description

This function retrieves stop words to use for a specified language.

Usage

get_stopwords(language = "English")

Arguments

language

A character vector containing the name of the language for which to retrieve stop words. Defaults to "English"

Value

Returns a character vector of stop words.

Examples

Run this code
# NOT RUN {
get_stopwords("English")
# }

Run the code above in your browser using DataLab