R/stopwords.R
gen_stopwords.Rd
Generates a stopwords list of terms Function to generate a list of stopwords for a given language using grammar categories.
gen_stopwords(lang = "pt", categories = "CC CD DT", vec = "vec", add = NULL)
language, like "en", "pt"
grammar categories, following penn bank #param vec as vector: "list", "n_vec" return a named vector, "vec" (pattern) return an unnamed vector.
include additional words to the stop words list