diff --git a/11-wt-text-analysis.Rmd b/11-wt-text-analysis.Rmd index 01c3ace8..edf22d67 100644 --- a/11-wt-text-analysis.Rmd +++ b/11-wt-text-analysis.Rmd @@ -185,7 +185,7 @@ install.packages("textdata") To explore this dataset more, we'll use a {tidytext} function called `get_sentiments()` to view some words and their associated sentiment. If this is your first time using the NRC Word-Emotion Association Lexicon, you'll be prompted to download the NRC lexicon. Respond "yes" to the prompt and the NRC lexicon will download. Note that you'll only have to do this the first time you use the NRC lexicon. -```{r view nrc} +```{r read nrc} #| include: false nrc_sentiments <- read_rds("data/nrc_sentiments.Rds") ```