SentimentAnalysisDemo
SentimentAnalysisDemo copied to clipboard
Talk on sentiment analysis of tweets using F#
Sentiment analysis of tweets
Demo and slides presented at Progressive .NET tutorials, July 2015 in London.
To access Twitter data, you will first have to register an app to obtain secret
and key
: register Twitter app.
To run sentiment analysis, download also the Stanford NLP Parser and unzip it in the same directory as the code.