From 74c146f951f78ccc38c1295447b45958ae828abe Mon Sep 17 00:00:00 2001 From: Gaston Sanchez Date: Fri, 14 Apr 2023 06:59:30 -0700 Subject: [PATCH] Update readme --- README.Rmd | 9 +++++++++ README.md | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/README.Rmd b/README.Rmd index 24060fc..4f06c58 100644 --- a/README.Rmd +++ b/README.Rmd @@ -51,6 +51,9 @@ library(tidytext) ``` +----- + + ## Content The content of this repo is divided in three directories, each one containing @@ -66,6 +69,8 @@ stored in R-Data (binary) files---one filer per book. lexicons, also stored in R-Data (binary) files---one file per lexicon. +----- + ## Harry Potter CSV file @@ -95,6 +100,8 @@ and `r ncol(hp_books)` columns: 3) `chapter`: associated chapter number +----- + ## Harry Potter R-Data Files @@ -142,6 +149,8 @@ You may want to use these files to perform bigram analysis (or other type of n-gram analysis). +----- + ## Sentiment Lexicons diff --git a/README.md b/README.md index 58cb926..03a2f3e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ library(tidyverse) library(tidytext) ``` +------------------------------------------------------------------------ + ## Content The content of this repo is divided in three directories, each one @@ -46,6 +48,8 @@ containing different types of files. sentiment lexicons, also stored in R-Data (binary) files—one file per lexicon. +------------------------------------------------------------------------ + ## Harry Potter CSV file The data of all the books is available in `csv` format: @@ -69,6 +73,8 @@ columns: 3. `chapter`: associated chapter number +------------------------------------------------------------------------ + ## Harry Potter R-Data Files The data of each book is also available in its own R-Data `rda` file @@ -112,6 +118,8 @@ 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 In addition to the Harry Potter text, you can also find data for a