Datasets:
storytracer
commited on
Commit
•
d997ae8
1
Parent(s):
2bad37d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- ocr
|
9 |
+
- books
|
10 |
+
- public domain
|
11 |
+
pretty_name: Library of Congress Public Domain Books
|
12 |
+
size_categories:
|
13 |
+
- 1B<n<10B
|
14 |
---
|
15 |
+
# Library of Congress Public Domain Books (English)
|
16 |
+
|
17 |
+
This dataset contains more than 140,000 English books (~ xx billion words) digitised by the Library of Congress that are in the public domain in the United States.
|
18 |
+
|
19 |
+
## Dataset summary
|
20 |
+
|
21 |
+
The dataset contains 140,000 OCR texts (~ 29 million pages) from the [Selected Digitized Books Collection](https://www.loc.gov/collections/selected-digitized-books/about-this-collection/) of the Libary of Congress.
|
22 |
+
|
23 |
+
## Size
|
24 |
+
|
25 |
+
The size of the full uncompressed dataset is ~47GB and the compressed Parquet files are 26GB in total. Each of the parquet files contains a maximum of 1000 books.
|
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)).
|
30 |
+
|
31 |
+
## Languages
|
32 |
+
|
33 |
+
Every book in this collection has been classified as having English as its primary language.
|
34 |
+
|
35 |
+
## OCR
|
36 |
+
|
37 |
+
The OCR for the books was produced by the Library of Congress.
|
38 |
+
|
39 |
+
## Data fields
|
40 |
+
|
41 |
+
| Field | Data Type | Description |
|
42 |
+
| --- | --- | --- |
|
43 |
+
| lccn | string | The Library of Congress Control Number (LCCN) which is also the id in the item URL (https://www.loc.gov/item/{lccn}) |
|
44 |
+
| title | string | LoC metadata field for book title |
|
45 |
+
| author | string | LoC metadadata field for author |
|
46 |
+
| year | int | LoC metadata field for publication year |
|
47 |
+
| page_count | int | LoC metadata field for page count |
|
48 |
+
| filename | string | Name of the LoC plain full text OCR file |
|
49 |
+
| text | string | Content of the LoC plain full text OCR file |
|
50 |
+
|
51 |
+
## Copyright & License
|
52 |
+
The full texts of the LoC Selected Digitized Books Collection are in the public domain in the United States. The [LoC rights statement](https://www.loc.gov/collections/selected-digitized-books/about-this-collection/rights-and-access/) for the collection states: "The books in this collection are in the public domain and are free to use and reuse." It is the responsibility of the dataset user to comply with the copyright laws in their respective jurisdiction. The dataset itself, excluding the full texts, is licensed under the [CC0 license](https://creativecommons.org/public-domain/cc0/).
|