stopwords {tm}R Documentation

Multilingual Stopwords

Description

Return stopwords in different languages.

Usage

stopwords(language = "eng")

Arguments

language a character giving the desired language.

Details

At the moment supported languages are danish, dutch, english, finnish, french, german, hungarian, italian, norwegian, portuguese, russian, spanish, and swedish. Alternatively, their ISO 639-2 code may be used.

Value

A character vector containing the requested stopwords.

Examples

stopwords("english")

[Package tm version 0.4 Index]