Sentiment Analysis

A brief introduction to text mining and sentiment analysis with visualization. Analyze public domain novels by Jane Austen, wrangle text-data into submission, tokenize corpora, visualize sentiment and generate word clouds.

Sentiment Analysis with library(tidytext)


Library packages

install.packages(c("tidyverse", "tidytext", "janeaustenr", "wordcloud2"))


Resources

GitHub Code Repository Creative Commons CCBY-NC Launch RstudioBinder


Image credit: Emotion Card by Luigi Mengato

Rfun is a DVS learning series

The 'R We Having Fun Yet?' learning series is part of the broader Data & Visualization Services workshop series. DVS offers workshops on [R], Python, GIS and mapping, Research Data Management, and Visualization.

Rfun Blog

The blog features semester summaries of our workshop series and extra bits of information which may assist you in your practical data science journeys.