fst_find_stopwords {finnsurveytext} | R Documentation |
Get available stopwords lists
Description
Returns a tibble containing all available stopword lists for the language, their contents, and the size of the lists.
Usage
fst_find_stopwords(language = "fi")
Arguments
language |
two-letter ISO code of the language for the stopword list |
Value
A tibble containing the stopwords lists.
Examples
fst_find_stopwords()
fst_find_stopwords(language = 'et')
[Package finnsurveytext version 2.1.1 Index]