Datasets:
storytracer
commited on
Commit
•
b5037ac
1
Parent(s):
876d419
Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,26 @@ The dataset contains 653,983 OCR texts (~ 200 million pages) from various collec
|
|
22 |
|
23 |
In order to find public domain books, the dataset was curated using two approaches:
|
24 |
1. Identify and download IA collections that exclusively contain public domain materials, e.g. the [Cornell University Library](https://archive.org/details/cornell/about?tab=about) collection.
|
25 |
-
2. Use the
|
26 |
|
27 |
## Metadata
|
28 |
|
29 |
-
The book texts are accompanied by basic metadata fields such as title, author and publication year (see [Data Fields](#data-fields) below), as well as IA and OL identifiers. The metadata can be expanded to include more information about e.g. subjects, authors or the files, by using the [OL Books API](https://openlibrary.org/dev/docs/api/books) or [OL Bulk Data Dumps](https://openlibrary.org/developers/dumps) and the [IA Metadata API](https://archive.org/developers/md-read.html).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
In order to find public domain books, the dataset was curated using two approaches:
|
24 |
1. Identify and download IA collections that exclusively contain public domain materials, e.g. the [Cornell University Library](https://archive.org/details/cornell/about?tab=about) collection.
|
25 |
+
2. Use the [possible-copyright-status](https://archive.org/developers/metadata-schema/index.html#possible-copyright-status) query parameter to search for the status `NOT_IN_COPYRIGHT` across all IA collections using the IA [Search API](https://archive.org/help/aboutsearch.htm).
|
26 |
|
27 |
## Metadata
|
28 |
|
29 |
+
The book texts are accompanied by basic metadata fields such as title, author and publication year (see [Data Fields](#data-fields) below), as well as IA and OL identifiers. The metadata can be expanded to include more information about e.g. subjects, authors or the files, by using the [OL Books API](https://openlibrary.org/dev/docs/api/books) or [OL Bulk Data Dumps](https://openlibrary.org/developers/dumps) and the [IA Metadata API](https://archive.org/developers/md-read.html).
|
30 |
+
|
31 |
+
## Data fields
|
32 |
+
|
33 |
+
| Field | Data Type | Description |
|
34 |
+
| --- | --- | --- |
|
35 |
+
| ocaid | string | IA [item identifier](https://archive.org/developers/metadata-schema/index.html#identifier), included in the [IA item URL](https://archive.org/developers/items.html#archival-urls) |
|
36 |
+
| title | string | IA metadata field [title](https://archive.org/developers/metadata-schema/index.html#title) |
|
37 |
+
| author | string | IA metadata field [creator](https://archive.org/developers/metadata-schema/index.html#creator) (multiple values concatenated by semicolon) |
|
38 |
+
| year | int | IA metadata field [year](https://archive.org/developers/metadata-schema/index.html#year) |
|
39 |
+
| page_count | int | IA metadata field [imagecount](https://archive.org/developers/metadata-schema/index.html#imagecount) |
|
40 |
+
| openlibrary_edition | string | IA metadata field [openlibrary_edition](https://archive.org/developers/metadata-schema/index.html#openlibrary-edition) |
|
41 |
+
| openlibrary_work | string | IA metadata field [openlibrary_work](https://archive.org/developers/metadata-schema/index.html#openlibrary-work) |
|
42 |
+
| full_text | string | Content of the IA [plain text OCR derivate file](https://archive.org/developers/ocr.html?highlight=djvu%20txt#additional-generated-content) ending in `_djvu.txt` |
|
43 |
+
|
44 |
+
|
45 |
+
## License
|
46 |
+
|
47 |
+
The full texts works included in this dataset are presumed to be in the public domain by the institutions who have contributed them to the collections of the Internet Archive. The dataset itself is licensed under the [CC0 license](https://creativecommons.org/public-domain/cc0/).
|