Verse number to text:
- www.kaggle.com/datasets/oswinrh/bible verse to text. TODO how was it generated
- gist.github.com/sebastiancarlos/2fdb072e46ee80038d6da196cc0bb8bc
- sebastiancarlos.com/religions-please-migrate-your-holy-texts-to-json-76bce058291d
- www.reddit.com/r/programming/comments/wv6q6r/religions_please_migrate_your_holy_texts_to_json/
- github.com/acrawford73/postgresql-bible-kjv pre-extracted CSV with undocumented method
Actual NLP into text:
- github.com/BradyStephenson/bible-data actually digs a bit into the text
This section is about converting: www.gutenberg.org/ebooks/10, and most likely the plaintext version: stackoverflow.com/a/43060761/895245 to the same data format as www.kaggle.com/datasets/oswinrh/bible mapping book/chapter/verse to the text:
1 1 1 In the beginning God created the heaven and the earth.
1 1 2 And the earth was without form, and void; and darkness was upon the face of the deep.
On particular annoyance is that the txt version has multiple verses per line at times.
We'd likely just want to use a slightly modified version of: stackoverflow.com/a/43060761/895245 that searches for patterns of type:with incremental integers.
(\d+):(\d+)
Articles by others on the same topic
There are currently no matching articles.