From 1d955a71bf9a3fe146513563ebe4f253cb572b97 Mon Sep 17 00:00:00 2001 From: Gaston Sanchez Date: Fri, 7 Apr 2023 07:30:27 -0700 Subject: [PATCH] Update readme --- README.Rmd | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.Rmd b/README.Rmd index 3124e27..24060fc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -51,7 +51,7 @@ library(tidytext) ``` -### Content +## Content The content of this repo is divided in three directories, each one containing different types of files. @@ -67,7 +67,7 @@ lexicons, also stored in R-Data (binary) files---one file per lexicon. -### Harry Potter CSV file +## Harry Potter CSV file The data of all the books is available in `csv` format: `harry_potter_books.csv`. @@ -96,7 +96,7 @@ and `r ncol(hp_books)` columns: -### Harry Potter R-Data Files +## Harry Potter R-Data Files The data of each book is also available in its own R-Data `rda` file (see [rda-data-files/](rda-data-files)): @@ -143,7 +143,7 @@ n-gram analysis). -### Sentiment Lexicons +## Sentiment Lexicons In addition to the Harry Potter text, you can also find data for a handful of sentiment lexicons from the R package `"textdata"` (by Hvitfeldt and Silge): diff --git a/README.md b/README.md index e1078fb..58cb926 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ library(tidyverse) library(tidytext) ``` -### Content +## Content The content of this repo is divided in three directories, each one containing different types of files. @@ -46,7 +46,7 @@ containing different types of files. sentiment lexicons, also stored in R-Data (binary) files—one file per lexicon. -### Harry Potter CSV file +## Harry Potter CSV file The data of all the books is available in `csv` format: `harry_potter_books.csv`. @@ -69,7 +69,7 @@ columns: 3. `chapter`: associated chapter number -### Harry Potter R-Data Files +## Harry Potter R-Data Files The data of each book is also available in its own R-Data `rda` file (see [rda-data-files/](rda-data-files)): @@ -112,7 +112,7 @@ of chapters in this book: 17 chapters. You may want to use these files to perform bigram analysis (or other type of n-gram analysis). -### Sentiment Lexicons +## Sentiment Lexicons In addition to the Harry Potter text, you can also find data for a handful of sentiment lexicons from the R package `"textdata"` (by