0 votes

I am helping with checking a translation for such things as punctuation, quotations, repeated words, etc. I have noticed that in several places the first word after an opening quote mark is not capitalized, though it should be.
Here is an example: …okubabuzya kuti, "ino kokli… The punctuation sequence of a comma (Unicode Value 002C), a space, the opening quote mark (Unicode Value 201C) is marked as Valid in the Punctuation (Sequences) inventory.
In order to get a list of occurrences of this error I went to Checking inventories>Punctuation followed by lowercase, but did not find this condition listed, as I expected. This particular punctuation sequence was not listed in the Punctuation followed by lowercase letter (Sequences) inventory. I was expecting a list of verses where the lowercase letter was followed by the opening quote mark.
Am I missing something in my settings in Checking inventories? Is there another way to check for this error?
Thank you.

Paratext by (120 points)

2 Answers

0 votes
Best answer

No, the inventory doesn’t show that level of sequence. This is something you can look for with a regular expression. If you type the following in the find window you should see the list you are looking for:

regex:, “\p{Ll}

This says, use Regular Expressions to look for a comma followed by a space and open quote and then a lower case letter. To be more inclusive of other punctuation you could use this:

regex:\p{P} [‘“]\p{Ll}

This says, use Regular expressions to look for any punctuation followed by either single or double quote and then a lowercase letter

by (8.0k points)
0 votes

Thank you. This is very helpful, and it answered my question.

by (120 points)

Related questions

0 votes
1 answer
0 votes
3 answers
0 votes
0 answers
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For we were all baptized by one Spirit so as to form one body—whether Jews or Gentiles, slave or free—and we were all given the one Spirit to drink.
1 Corinthians 12:13
2,476 questions
5,170 answers
4,866 comments
1,283 users