fst_find_stopwords: Get available stopwords lists

View source: R/01_prepare.R

fst_find_stopwordsR 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')

finnsurveytext documentation built on April 4, 2025, 5:07 a.m.