libjohn / workshop_textmining

A brief introduction to text mining and sentiment analysis with visualization

Home Page:https://Rfun.library.duke.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A brief introduction to text mining and sentiment analysis with visualization

https://Rfun.library.duke.edu/

License:Other


Languages

Language:R 100.0%