+2 votes
191 views

I’ve had a couple users contact me now because they want a way to count the verses with text in them, and the ones untranslated.

Of course my standard answer is to use the project plan. But even with the project plan, it shows percentage complete for books at each stage, not the number of verses. Arguably more helpful, but there are still many people that are using an old spreadsheet system to track things like this, or to include in reports.

Steve White came up with a Regex that I modified a bit to list all verses with at least, “Jesus wept” in them.

regex:\\v \d+ .*? \w{4,} \w{3,}

Now, while this will make a list of all the verses in a book that contain text, it is still a rather manual operation.

We started a new Scripts and Hacks section that takes advantage of the Python scripting engine that is built into Paratext. I imagine that someone could create a script that can quickly pull out the number of translated verses for each book of the Bible.

Of course, this won’t say anything about the quality of that text, but a simple one page html report could be generated that many people would find useful. Is anyone up for the challenge? Or does someone already have a home brewed solution to this problem?

Paratext by [Moderator]
(1.3k points)

reshown | 191 views

1 Answer

0 votes

I found that regex search very helpful for extracting the contexts of books where there are isolated verses translated and it is difficult to know exactly what verses are available in what chapter etc. One precision to suggest, as it stands I noticed this doesn’t capture verses with verse segments so I needed to add an optional word character after the digit, so

regex:\\v \d+\w? .*? \w{4,} \w{3,}

Thanks.

by (424 points)

Related questions

0 votes
1 answer 758 views
How can I delete a project in registry.paratext.org that is no longer needed?
dcb 194 asked Mar 28, 2024
0 votes
3 answers 476 views
Thanks to the Paratext development team for many improvements. Has anyone had challenges with using Paratext Live in 9.2? It ... on both ends; we are about 300 miles apart. Thanks.
anon773589 194 asked Nov 30, 2021
0 votes
1 answer 6 views
Someone on our team with vision problems wants the verse numbers in our project to be larger. I thought this should be ... a custom style sheet, but it does not seem to work.
Random User 105 asked Oct 30, 2025
0 votes
1 answer 47 views
Is it possible to use a super-scripted verse number in a footnote such as below? Some manuscripts add: and we would ... of our hands, 8commanding his accusers to come before you.
Clear7419 251 asked Oct 8, 2024
0 votes
2 answers 61 views
We're using text to speech software for audio to assist us in error checking. Instead of taking out the verse ... from something like PTXPrint might work, but is not preferred.
Ben Rainey 102 asked Sep 12, 2024
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Very truly I tell you, whoever accepts anyone I send accepts me; and whoever accepts me accepts the one who sent me.
John 13:20
3,037 questions
5,995 answers
5,661 comments
2,022 users