I am looking for an open source implementation, preferably in python, Textual Sentiment Analysis ( http://en.wikipedia.org/wiki/Sentiment_analysis ). Is anyone familiar with such an open source version that I can use?
I am writing an application that searches for twitter for some kind of search query, say, “youtube”, and considers tweets “happy” against “sad” tweets. I am using google appengine so this is in python. I would like to be able to classify returned search results from Twitter, and I would like to do this in python. So far, I have not been able to find such a sensing analyzer, especially not in python. Are you familiar with such an open source version that I can use? Preferably, this is already in python, but if not, I hope I can translate it into python.
Note that the texts I analyze are very short, they are tweets. Therefore, ideally, this classifier is optimized for such short texts.
By the way, twitter supports the operators ":)" and ":(" in the search, which seek to do just that, but, unfortunately, the classification provided by them is not so great, so I decided that I can give it a try.
Thank!
By the way, the early demo is here and the code that I still have is here , and I would like to open it with any interested developer.
python open-source machine-learning nlp sentiment-analysis
Ran Feb 21 '09 at 21:20 2009-02-21 21:20
source share