Python Forum
installing vader in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installing vader in python
#1
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.
Reply
#2
to install, use pip install vader
the GitHub page has good write-up with examples here: https://github.com/kerighan/vader
Reply
#3
[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.
Reply
#4
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.
Reply
#5
Thanks for the help
Reply
#6
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.
Reply
#7
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020