Hell everyone! I\'m using the Stanford Core NLP package and my goal is to perform sentiment analysis on a live-stream of tweets.
Using the sentiment analysis tool a
The Java code:
BuildBinarizedDataset -> [http://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/sentiment/BuildBinarizedDataset.html
SentimentTraining -> http://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/sentiment/SentimentTraining.html
For those who code in C#, I converted the Java source into two code files which should make understanding this process a lot simpler.
https://arachnode.net/blogs/arachnode_net/archive/2015/09/03/buildbinarizeddataset-and-sentimenttraining-stanford-nlp.aspx