Sentiment Analysis of Hillary Clinton e-mails in R.
This dataset was taken from Kaggle and is available here
Some help was taken from the SpringBoard's tutorial which can be found here
R packages useful in understanding and extracting insights from the text and text mining packages.
- RSQLite, ‘SQLite’ Interface for R
- tm, framework for text mining applications
- SnowballC, text stemming library
- Wordcloud, for making wordcloud visualizations
- Syuzhet, text sentiment analysis
- ggplot2, one of the best data visualization libraries
- quanteda, N-grams