Returns a tibble containing all available stopword lists for the language, their contents, and the size of the lists.
Examples
fst_find_stopwords()
#> # A tibble: 3 × 3
#> Name Stopwords Length
#> <chr> <list> <list>
#> 1 nltk <chr [229]> <int [1]>
#> 2 snowball <chr [68]> <int [1]>
#> 3 stopwords-iso <chr [847]> <int [1]>
fst_find_stopwords(language = 'et')
#> # A tibble: 1 × 3
#> Name Stopwords Length
#> <chr> <list> <list>
#> 1 stopwords-iso <chr [35]> <int [1]>