This repository contains source code that demonstrates how to do a sentiment analysis of user posts and comments in a technical community sourced from Reddit.
You can find the accompanying seven-part tutorial on CodeProject:
- Part 1 - Introducing NLTK for Natural Language Processing with Python
- Part 2 - Finding Data for Natural Language Processing
- Part 3 - Using Pre-trained VADER Models for NLTK Sentiment Analysis
- Part 4 - Pros and Cons of NLTK Sentiment Analysis with VADER
- Part 5 - NLTK and Machine Learning for Sentiment Analysis
- Part 6 - Improving NLTK Sentiment Analysis with Data Annotation
- Part 7 - Using Cloud AI for Sentiment Analysis