bible-verse-parser icon indicating copy to clipboard operation
bible-verse-parser copied to clipboard

A python parser to parse bible verse references in plain text file(s)

Results 2 bible-verse-parser issues
Sort by recently updated
recently updated
newest added

There are two cases: 1) When the whole chapter is meant the parser only includes the first verse. Eg: Lev. 18 output: bcv(3,18,1) expected output: bcv(3,18,1,18,30) 2) When reference spans...

I used the sample file provided and it's not working even with that file. ``` python BibleVerseParser.py dictionary-for-testing.txt Traceback (most recent call last): File "BibleVerseParser.py", line 264, in parser =...