@premsheth wrote:
Hi friends,
I want to do sentiment analysis in python. I am able to do in R using ‘tm’ library. In that If I insert no of reviews as text. it will go through all words and automatically identify and give positive or negative outcome of all reviews.
But How can I do in python? I gone through some site and blogs they all make separate file for positive and negative words manually and then do sentiment analysis.
Is there any Module or library in Python so I can do sentiment analysis on text of corpus?
please let me know if any module. Or else if any other method to do sentiment analysis on number of reviews in python.
Thank you in advance
Posts: 4
Participants: 3