Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ This dataset contains disaggregated "chunks" of text from mid-twentieth century
|
|
| 64 |
- **chapter: int** The chapter in the book from which the text has been extracted
|
| 65 |
- **chunk: int** Number indicating which "chunk" of text has been extracted (chunks are numbered per book; each book was split by chapter and then into n chunks of approx. 1000 words)
|
| 66 |
- **chunk: int** The number of words the chunk of text contains
|
| 67 |
-
- **text: str** The text extracted from the book
|
| 68 |
- **summary: str** A brief summary of the book, if extracted from library records
|
| 69 |
- **pages: int** The number of pages the book contains
|
| 70 |
- **publisher: str** The book's publisher, if known
|
|
|
|
| 64 |
- **chapter: int** The chapter in the book from which the text has been extracted
|
| 65 |
- **chunk: int** Number indicating which "chunk" of text has been extracted (chunks are numbered per book; each book was split by chapter and then into n chunks of approx. 1000 words)
|
| 66 |
- **chunk: int** The number of words the chunk of text contains
|
| 67 |
+
- **text: str** The chunk of text extracted from the book
|
| 68 |
- **summary: str** A brief summary of the book, if extracted from library records
|
| 69 |
- **pages: int** The number of pages the book contains
|
| 70 |
- **publisher: str** The book's publisher, if known
|