ddbaula commited on
Commit
cf8987c
·
verified ·
1 Parent(s): 038a9c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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 (Coming Soon)
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. The extraction code is included in this release for community review, but the **extracted text layer has not yet been generated**. A pre-built text layer will be published in a future release.
 
 
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