cakiki commited on
Commit
ab1a694
1 Parent(s): a4ee5c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -5,7 +5,8 @@ language: en
5
 
6
  # Allison Parrish's Gutenberg Poetry Corpus
7
 
8
- This corpus was originally published under the CC0 license by [Allison Parrish](https://www.decontextualize.com/) with an [accompanying GitHub repository](https://github.com/aparrish/gutenberg-poetry-corpus).
 
9
  > This is a Gutenberg Poetry corpus, comprised of approximately three million lines of poetry extracted from hundreds of books from Project Gutenberg. The corpus is especially suited to applications in creative computational poetic text generation.
10
 
11
  This dataset contains 3,085,117 lines of poetry each with its corresponding id from project Gutenberg.
@@ -16,7 +17,7 @@ Dataset({
16
  num_rows: 3085117
17
  })
18
  ```
19
- A row looks like this:
20
  ```python
21
  {'line': 'And retreated, baffled, beaten,', 'gutenberg_id': 19}
22
  ```
 
5
 
6
  # Allison Parrish's Gutenberg Poetry Corpus
7
 
8
+ This corpus was originally published under the CC0 license by [Allison Parrish](https://www.decontextualize.com/). Please visit Allison's fantastic [accompanying GitHub repository](https://github.com/aparrish/gutenberg-poetry-corpus) for usage inspiration as well as more information on how the data was mined, how to create your own version of the corpus, and examples of projects using it.
9
+
10
  > This is a Gutenberg Poetry corpus, comprised of approximately three million lines of poetry extracted from hundreds of books from Project Gutenberg. The corpus is especially suited to applications in creative computational poetic text generation.
11
 
12
  This dataset contains 3,085,117 lines of poetry each with its corresponding id from project Gutenberg.
 
17
  num_rows: 3085117
18
  })
19
  ```
20
+ A row of data looks like this:
21
  ```python
22
  {'line': 'And retreated, baffled, beaten,', 'gutenberg_id': 19}
23
  ```