Skip to contents

Returns a tibble containing available Finnish stopword lists, their contents, and the size of the lists.

Usage

fst_find_stopwords()

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]>