by shrig94 on 12/17/14, 8:50 PM with 8 comments
by dingdingdang on 12/17/14, 11:50 PM
All the same, the tech itself seems solid and article is as mentioned superb so I'm really just beating the proverbial drum for proper distributed services here (or plain old offline capable apps).
by Profan on 12/18/14, 12:16 AM
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].
[0] http://fjavieralba.com/basic-sentiment-analysis-with-python....
[1] http://help.sentiment140.com/for-students/
[2] http://www.cs.cornell.edu/people/pabo/movie-review-data/
by hnriot on 12/18/14, 4:28 AM
for more interesting sentiment analysis approaches check out sentence vectors, that's the current bleeding edge of research in this area.
most sentiment analysis systems need to use an ensemble classifier because the domain of the text is very important. identifying the domain and using the appropriate domain specific model is important.
by silentrob on 12/18/14, 3:15 AM
It would also be cool if it did unsupervised learning.