bibleapi-rest icon indicating copy to clipboard operation
bibleapi-rest copied to clipboard

Normalize versification of RST vs KJV

Open rkazakov opened this issue 8 years ago • 3 comments

Normalize versification of RST vs KJV and other English versions.

See how it's done here: https://github.com/openbibleinfo/Bible-Passage-Reference-Parser/issues/19

Use reversify npm module? https://www.npmjs.com/package/reversify

rkazakov avatar Apr 11 '16 01:04 rkazakov

Is that the Russian Synodal Translation? We may have to change some things to make it work with more than just en_bcv_parser.js.

curiousdannii avatar Apr 13 '16 12:04 curiousdannii

@curiousdannii Yes, that's exactly right! Is it the matter of composing a list of transformations like this? https://github.com/curiousdannii/reversify/blob/master/src/transformations.data

rkazakov avatar Apr 16 '16 12:04 rkazakov

There's a few things to add (you can read the discussion which was just linked to), but the main thing is to add to the list of transformations.

This file lists all of the differences - the RST is called the ru_rusv. You'd want to add entries for whenever it's different from the en_esv.

curiousdannii avatar Apr 25 '16 02:04 curiousdannii