Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,9 +58,11 @@ An open-access, NLP-ready corpus of Catholic texts spanning 2,000 years of the C
|
|
| 58 |
|
| 59 |
Task 17 (Modern Magisterium) contains a download script for post-1928 Vatican documents. The **script is MIT-licensed**, but the downloaded content is under copyright and is **not included** in the redistributable corpus.
|
| 60 |
|
| 61 |
-
### Text Extraction
|
| 62 |
|
| 63 |
-
The `text_extraction/` folder contains a ready-to-run pipeline that processes all content files from Tasks 01–17 (PDF, EPUB, HTML, XML) into unified plain `.txt` format.
|
|
|
|
|
|
|
| 64 |
|
| 65 |
To run it yourself:
|
| 66 |
|
|
|
|
| 58 |
|
| 59 |
Task 17 (Modern Magisterium) contains a download script for post-1928 Vatican documents. The **script is MIT-licensed**, but the downloaded content is under copyright and is **not included** in the redistributable corpus.
|
| 60 |
|
| 61 |
+
### Text Extraction
|
| 62 |
|
| 63 |
+
The `text_extraction/` folder contains a ready-to-run pipeline that processes all content files from Tasks 01–17 (PDF, EPUB, HTML, XML) into unified plain `.txt` format.
|
| 64 |
+
|
| 65 |
+
Pre-extracted plain text (47,407 files, 5.7 GB, 2.64B GPT-2 tokens) is available at [`CatholicCorpus/catholiccorpus-text`](https://huggingface.co/datasets/CatholicCorpus/catholiccorpus-text).
|
| 66 |
|
| 67 |
To run it yourself:
|
| 68 |
|