Skip to content

Instantly share code, notes, and snippets.

@saisyam
Created June 21, 2021 13:28
Show Gist options
  • Save saisyam/fc7851f8f35f5af28aaa07069a905231 to your computer and use it in GitHub Desktop.
Save saisyam/fc7851f8f35f5af28aaa07069a905231 to your computer and use it in GitHub Desktop.
Install vader
$ python3
Python 3.8.5 (default, Sep 5 2020, 10:50:12)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
>>> nltk.download('vader_lexicon')
[nltk_data] Downloading package vader_lexicon to
[nltk_data] /home/saisyam/nltk_data...
True
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment