We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From where can I download the additional DATASETS AND TESTING RESOURCES (items 4-12): mentioned in the README file? https://github.com/cjhutto/vaderSentiment#resources-and-dataset-descriptions I tried to download the resources using nltk.download('name') but it didn't work the mentioned file names are not there in NLTK Corpura (https://www.nltk.org/nltk_data/)
nltk.download('name')
I am trying to download:
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
Check out the "additional_resources" directory in this repo. The complete set of resources is compressed into the .tar.gz file for your convenience.
Sorry, something went wrong.
Thanks a lot for the info and the wonderful package.
Hi @cjhutto,
I downloaded the additional datasets but I am unable to figure out how to use it. I figured that I can select the file to access using this code:
from nltk.sentiment.vader import SentimentIntensityAnalyzer sid_mod = SentimentIntensityAnalyzer (lexicon_file="vader_lexicon download path")
The content inside vader_lexicon.txt is of the form:
Whereas tweets_annonDataRatings.txt is:
And tweets_GroundTruth.txt is:
This 2 appear to be just dataset and rating of 20 people. I have 2 questions:
Your help is much appreciated.
No branches or pull requests
From where can I download the additional DATASETS AND TESTING RESOURCES (items 4-12): mentioned in the README file?
https://github.com/cjhutto/vaderSentiment#resources-and-dataset-descriptions
I tried to download the resources using
nltk.download('name')
but it didn't work the mentioned file names are not there in NLTK Corpura (https://www.nltk.org/nltk_data/)I am trying to download:
Can someone help me with this?
The text was updated successfully, but these errors were encountered: