View source: R/get_translations.R
get_nltk_data | R Documentation |
This by default downloads the open multilingual wordnet 1.4 (omw) & wordnet 2022 (wn)
datasets from nltk.download
. You can optionally use the gui downloader interface to select whatever you may want to use.
get_nltk_data(method = "auto", conda = "auto", gui = FALSE)
method |
auto - refer to reticulate documentation |
conda |
auto - refer to reticulate documentation |
gui |
bool - optionally run the GUI downloader to select specific datasets. Note that running the GUI does not install omw or wn datasets. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.