If you haven't yet attempted to build some sort of sentiment analysis by yourself yet, be it rule-based or on statistical analysis, you should, even just a rudimentary rule based one is a lot of fun to implement, and it works surprisingly well [0].<p>One of the harder parts of making a decent one based on statistical analysis however is the lack of good training data, other than the analyzed twitter dataset [1] and another movie reviews one [2].<p>[0] <a href="http://fjavieralba.com/basic-sentiment-analysis-with-python.html" rel="nofollow">http://fjavieralba.com/basic-sentiment-analysis-with-python....</a><p>[1] <a href="http://help.sentiment140.com/for-students/" rel="nofollow">http://help.sentiment140.com/for-students/</a><p>[2] <a href="http://www.cs.cornell.edu/people/pabo/movie-review-data/" rel="nofollow">http://www.cs.cornell.edu/people/pabo/movie-review-data/</a>