openbibleinfo / Bible-Passage-Reference-Parser

Coffeescript to identify and understand Bible references like "John 3:16."
221 stars 64 forks source link

Translations #1

Closed mwtalbert closed 11 years ago

mwtalbert commented 11 years ago

We're trying to add Hebrew parsing. Could you provide more detail about how to add a translation? In particular, is there any way to automatically generate the rest of the files from the data.txt file? Any other information would be helpful as well, like what commands do you use to generate the final js files via coffee and pegjs.

openbibleinfo commented 11 years ago

The Readme now contains more-detailed instructions on how to produce finished files, and the bin folder has the Perl scripts that do the building from the raw data.txt file. (I've never tried to run the Perl scripts on a different computer, so I'm not sure how well they'll work.)

In the case of Hebrew, the data and compiled Javascript already exist--I just hadn't uploaded them yet. They should be there now. If you find any errors or omissions, please feel free to submit corrections.

mwtalbert commented 11 years ago

Very nice, thank you. We may have some changes and additions to it at some point, but this is very helpful.