list_supported_languages {tidystopwords} | R Documentation |
list_supported_languages
by their names and ISO-639 codes in a data frame.
Generate a data frame containing language names and their corresponding ISO-639 codes, with numbers of stop words for the given language
list_supported_languages()
No arguments.
A grouped tibble (data frame) with three columns:
Silvie Cinková, Maciej Eder
The underlying data frame 'multilingual_stoplist' is based on the official release of Version 2.8 of Universal Dependencies.
https://universaldependencies.org
Zeman, Daniel; et al., 2021, Universal Dependencies 2.8.1, LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL), Faculty of Mathematics and Physics, Charles University, http://hdl.handle.net/11234/1-3687.
generate_stoplist
, multilingual_stoplist
list_supported_languages()