Skip to content

Commit

Permalink
Update code chunk name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Oct 21, 2024
1 parent a3fdc7b commit 8e6fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11-wt-text-analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
Expand Down

0 comments on commit 8e6fce2

Please sign in to comment.