Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
cakiki's picture
Update README.md
ab1a694
|
raw
history blame
1.03 kB
metadata
license: cc0-1.0
language: en

Allison Parrish's Gutenberg Poetry Corpus

This corpus was originally published under the CC0 license by Allison Parrish. Please visit Allison's fantastic accompanying GitHub repository 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.

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.

This dataset contains 3,085,117 lines of poetry each with its corresponding id from project Gutenberg.

Dataset({
    features: ['line', 'gutenberg_id'],
    num_rows: 3085117
})

A row of data looks like this:

{'line': 'And retreated, baffled, beaten,', 'gutenberg_id': 19}