1
0

Update readme

This commit is contained in:
Gaston Sanchez 2023-04-14 06:59:30 -07:00 committed by GitHub
parent 1d955a71bf
commit 74c146f951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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