Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc0-1.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- translation
|
| 5 |
+
- sentence-similarity
|
| 6 |
+
- summarization
|
| 7 |
+
language:
|
| 8 |
+
- la
|
| 9 |
+
- en
|
| 10 |
+
tags:
|
| 11 |
+
- bible
|
| 12 |
+
- theology
|
| 13 |
+
- catholic
|
| 14 |
+
- dh
|
| 15 |
+
size_categories:
|
| 16 |
+
- 10K<n<100K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Parallel Catholic Bible Versions
|
| 20 |
+
Aligned verses from all 73 books of Catholic Bible in three versions: the Latin Vulgate (`vulgate`), the Catholic Public Domain Version (`cpdv`), and the Douay-Rheims Challoner Revision (`drc`). Includes 2,450 translation commentary `note`s from the [Latin English Study Bible](http://www.sacredbible.org/studybible/) by Ronald L. Conte Jr.
|
| 21 |
+
|
| 22 |
+
### Sources
|
| 23 |
+
- [Latin-English Study Bible](http://www.sacredbible.org/studybible/) with notes scraped by [aseemsavio](https://github.com/aseemsavio/Latin-Vulgate-English-Translation-JSON/tree/master)
|
| 24 |
+
- Douay-Rheims via [scrollmapper](https://github.com/scrollmapper/bible_databases/tree/master)
|
| 25 |
+
|
| 26 |
+
Text has been cleaned to remove HTML tags (e.g. italicization). Because of minor variation between versions, 8 Douay-Rheims cells are empty.
|