Description Usage Arguments Corpora Examples
Install the TextBlob. Arguments are passed to py_install.
1 2 3 4 5 | install_textblob(envname = NULL, method = "auto", conda = "auto")
download_corpora()
download_corpora_lite()
|
envname |
Name of environment to install packages into |
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
conda |
Path to conda executable (or "auto" to find conda using the
|
download_corpora
- Downloads the necessary NLTK corpora for TextBlob.
download_corpora_lite
- If you only intend to use TextBlob's default models, you can use the "lite" option.
1 | ## Not run: install_textblob()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.