-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the best way to create a Verse-per-Line version of the Open Hebrew Bible? #75
Comments
Hello.
You will find the text in xml format for each book in the wlc directory.
python with BeautifulSoup is probably the easiest way to display 1 verse by
line for all book.
…On Thu, 4 Feb 2021 at 02:37, Jeff Martin ***@***.***> wrote:
I would like to creat a Verse-per-Line copy of the Open Hebrew Bible. What
is the best way to do that? Which files should I use from this repository?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#75>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJJS36DQPQFGPHXFYNYPYKDS5H27HANCNFSM4XB5EWZA>
.
|
Do you mean the one by OpenSriptures? This is essentially the same as the
Westminster transcription of the Leningrad text.
YOu can get that data from the OpenScriptures site -
https://github.com/openscriptures/morphhb
The *TOTHT <https://github.com/tyndale/STEPBible-Data>* text in our
repository is virtually the same as this text, though with a few
corrections.
Extracting the verse-per-line Hebrew was not a difficult task for me, so
created the Hebrew text from TOTHT.
You can pick it up at
https://www.dropbox.com/s/bj30roa2h4uar1o/TOTHT%20Hebrew-only%20text.txt?dl=0
I hope it is useful for you.
Every blessing
*David IB*
…On Thu, Feb 4, 2021 at 2:08 AM Jeff Martin ***@***.***> wrote:
I would like to creat a Verse-per-Line copy of the Open Hebrew Bible. What
is the best way to do that? Which files should I use from this repository?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#75>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM5BOQLAWZAX7CJAPXYP3TS5H27HANCNFSM4XB5EWZA>
.
|
Thanks! Questions... To convert the TOTHT to VPL is it simply a matter of concatenating the Hebrew words together with a space in between for each verse? Also is the TOTHT updated when this OpenScriptures project is updated? Now in the OpenScriptures/morphhb project I see three folders that seem to contain the Hebrew text: 1) /MAPM/ 2) /wlc and 3) /oxlos-import. The MAPM/MAPM.xml file already seems to be close to VPL format. I just need to know what to do with the -SEG- tags. I need the Hebrew text in VPL without any tags. How do I strip out the -SEG- tags? The /wlc/bible books file format has even more tags. I would need help to know how to strip out all the tags to get to VPL format. And finally the /oxlos-import format is just a long list of all the Hebrew words with verse and word number. This file format would be the easiest to use to make a VPL format. Do I just concatenate the words together with a space in between? And which file in the /oxlos-import is best to use? And of the three options above can each be used to produce the same best Open Scriptures Hebrew bible or is one folder the better to use? |
/wlc is the latest OSHB text. |
It seems to me that the VPL format could easily be constructed with /oxlos-import/wlc.txt. Would it work to simply concatenate all the Hebrew words in that file together per verse separated by a space? |
Correction on my previous post. |
Okay thanks that is what I needed to know. I plan to use this as my source for the Open Scriptures Hebrew Bible, https://ebible.org/details.php?id=hboWLC |
I would like to creat a Verse-per-Line copy of the Open Hebrew Bible. What is the best way to do that? Which files should I use from this repository?
The text was updated successfully, but these errors were encountered: