View source: R/ml_feature_stop_words_remover.R
ml_default_stop_words | R Documentation |
Loads the default stop words for the given language.
ml_default_stop_words(
sc,
language = c("english", "danish", "dutch", "finnish", "french", "german", "hungarian",
"italian", "norwegian", "portuguese", "russian", "spanish", "swedish", "turkish"),
...
)
sc |
A |
language |
A character string. |
... |
Optional arguments; currently unused. |
Supported languages: danish, dutch, english, finnish, french, german, hungarian, italian, norwegian, portuguese, russian, spanish, swedish, turkish. Defaults to English. See https://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/stopwords/ for more details
A list of stop words.
ft_stop_words_remover
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.