Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.89 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.89 KB

README

2021-06-18

Text Mining: Sentiment analysis and word clouds

DOI

ORCID

Creative Commons CC BY-NC

Launch Rstudio Binder

YouTube Playlist

Install Packages

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

Process

  1. Get data

  2. Wrangle Data

  3. Tokenize corpus

  4. Generate word clouds

  5. Join with sentiment dictionaries

  6. Visualize sentiment

Resources

Word Cloud

Afinn Sentiment