We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed some duplicated verses here and there, so I ran the following regex search and found 536 repeated verses in VG, LXX, BHS:
(?P<dupe>###### \d+.*\n.+)\n\n(?P=dupe)`
The text was updated successfully, but these errors were encountered:
There seem to be a lot concentrated in VG Sirach, VG Judith, VG Tobit, LXX Susanna, LXX Exodus 37-38
Sorry, something went wrong.
No branches or pull requests
I noticed some duplicated verses here and there, so I ran the following regex search and found 536 repeated verses in VG, LXX, BHS:
The text was updated successfully, but these errors were encountered: