Update readme
This commit is contained in:
parent
1d955a71bf
commit
74c146f951
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user