Python Forum

Full Version: installing vader in python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, i'm an inexperienced user in python and i have a problem. I need to do condact a sentiment analysis using vader and i dont know how to install it and run it in python. I could really use some guidance.

Thanks in advance for your time.
to install, use pip install vader
the GitHub page has good write-up with examples here: https://github.com/kerighan/vader
[quote='Larz60+' pid='113854' dateline='1588972689']
to install, use pip install vader
the GitHub page has good write-up with examples here: https://github.com/kerighan/va

Thanks for your help

I have done the instalation of vader in python (pip install vader). How do i run it?
In order to condact a sentiment analysis.

Thanks in advance.
If you look at the GitHub page of most packages, there will be some sort of example(s) and/or instructions.
GitHub contains the source and is created by the author of the package.
For vader, GitHub is here: https://github.com/kerighan/vader
and site contains example usage.
Thanks for the help
What platform whould you recomend to use as a begginer so i can make a programm for sentiment analysis ?

Thanks for your help in advance.
That's a personal choice.
I prefer Linux, it's been my main OD for many years, and unix prior to that.
Many are happy with MS windows or OS-x
I have seen great software developed on all three operating systems.
your choice.