list_supported_languages {tidystopwords} | R Documentation |
Listing of languages supported by list_supported_languages
by their names and ISO-639 codes in a data frame.
Description
Generate a data frame containing language names and their corresponding ISO-639 codes, with numbers of stop words for the given language
Usage
list_supported_languages()
Arguments
No arguments.
Value
A grouped tibble (data frame) with three columns:
Author(s)
Silvie Cinková, Maciej Eder
References
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.
See Also
generate_stoplist
, multilingual_stoplist
Examples
list_supported_languages()
[Package tidystopwords version 0.9.1 Index]