I am trying to understand sentiment analysis and how to apply it using any language (R, Python etc). I would like to know if there is a good place on internet for tutorial that I can follow. I googled, but I wasn't very much satisfied because they were not tutorials but more of theory. I want theory and practical examples.
Asked
Active
Viewed 6,117 times
3 Answers
3
The Stanford NLP course on Coursera covers Sentiment Analysis in week 3:
- What is Sentiment Analysis?
- Sentiment Analysis: A baseline algorithm
- Sentiment Lexicons
- Learning Sentiment Lexicons
- Other Sentiment Tasks
For coding tutorials see:
These are really basic, so their performance will not be great in all cases.
Dawny33
- 8,476
- 12
- 49
- 106
Adam Bittlingmayer
- 544
- 3
- 14