stopwords: Collection of stopwords in multiple langauges

Description Usage Arguments Value Examples

Description

This function returns stopwrods colated for Stopwords ISO library (https://github.com/stopwords-iso/stopwords-iso).

Usage

1
stopwords(langauge = "en")

Arguments

langauge

specify language of stopwords by ISO 639-1 code

Value

a character cector containing stopwords

Examples

1
2
3
languages() # returns all available languages
stopwords('en')
stopwords('jp')

koheiw/stopwords documentation built on May 30, 2019, 3:43 p.m.