--- language: - la - grc - en license: - other license_name: mixed-public-domain-cc tags: - catholic - theology - patristics - scholasticism - latin - greek - church-fathers - nlp - digital-humanities - corpus - religion pretty_name: CatholicCorpus size_categories: - 10K CatholicCorpus — An open-access corpus of Catholic texts for NLP and digital humanities research. https://catholiccorpus.org See [ACKNOWLEDGMENTS.md](ACKNOWLEDGMENTS.md) for the full list of institutions, projects, and individuals whose work made this possible. ## Project Structure ``` CatholicCorpus/ 01_git_repos/ — Git-cloned text repositories 02_corpus_corporum/ — Corpus Corporum Latin texts (TEI XML) 03_gutenberg/ — Project Gutenberg texts ... 16_patrologia_graeca/ — Migne PG volumes 17_modern_magisterium/ — Download script only (content is copyrighted) text_extraction/ — Plain text extraction pipeline (code only, not yet run) stats/ — Tokenization and composition scripts docs/ — Schema documentation archive_helpers.py — Shared archive.org download utilities build_manifest.py — Manifest + summary generator master_manifest.json — Full file inventory (machine-readable) dataset.json — Machine-readable dataset metadata SUMMARY.md — Current corpus statistics LICENSE_NOTES.md — Licensing details LIMITATIONS.md — Known limitations, biases, and scope ROADMAP.md — Versioned release milestones CHANGELOG.md — Version history CONTRIBUTING.md — How to contribute ACKNOWLEDGMENTS.md — Credits and attribution BACKLOG.md — Known gaps and future work LENDING_RESTRICTED.md — Archive.org borrow-only items ``` ## Limitations See [LIMITATIONS.md](LIMITATIONS.md) for the full discussion of scope, biases, and known gaps. Key items: - **Patrologia Graeca vols 16 & 86**: Not found on archive.org (98.8% coverage without them). - **23 archive.org items** are lending-restricted (borrow-only). See [LENDING_RESTRICTED.md](LENDING_RESTRICTED.md). - **Text extraction** not yet run (code included for review). - **Token counts cover text-extractable files only** (2.6B tokens counted; PDF-only collections pending text extraction). - **OCR quality varies** by collection; no systematic scoring performed yet. ## Requirements - Python 3.8+ - `requests` and `lxml` (`pip install requests lxml`) - ~40 GB free disk space for the full corpus - Patience for archive.org rate limits ## License The **download scripts** in this repository are released under the [MIT License](https://opensource.org/licenses/MIT). The **downloaded content** is subject to the individual licenses documented in each file's `_source.json` sidecar and in [LICENSE_NOTES.md](LICENSE_NOTES.md).