Skip to contents

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()
#> # 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]>