+1 मत
445 व्यूज़

Hi,
How to calculate number of words in chapter or in one book. It should not include marking.

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
Paratext में द्वारा (241 अंक)
फिर से दिखाया गया | 445 व्यूज़

3 उत्तर

0 वोट
सर्वोत्तम उत्तर

Here is some regex that will do a similar thing in RegexPal:
(?<=(\\(?!(b|c|cp|f|fr|id\w*|jmp|periph|rem|toc\d|usfm|v|vp|x|xo)\s)\+?\w+[\s\*]|[cv]\s+\S+\s))[^\\]*?(?=\\|\Z):::\S+
Use Count (CTRL-O) to find all the words in a an entire project down to a single book.This will give you more words but it is probably more accurate. The Wordlist excludes numbers and words in certain reference fields like \r \ior and sometimes \xt which may not need to be checked for spelling, but should probably be included in a word count.

Detail
This is an explanation of the regex:
The first part is a context where you want to count words. It excludes markers as well as chapter and verse numbers: (?<=(\\(?!(b|c|cp|f|fr|id\w*|jmp|periph|rem|toc\d|usfm|v|vp|x|xo)\s)\+?\w+[\s\*]|[cv]\s+\S+\s)[^\\]*?(?=\\|\Z):::

  • It includes a list of markers whose contents you probably do not want counted:
    (?!(b|c|cp|f|fr|id\w*|jmp|periph|rem|toc\d|usfm|v|vp|x|xo)\s)
  • This part excludes chapter numbers and verse numbers: [cv]\s+\S+\s

The second part \S+ simply finds text separated by spaces. Since it is greedy it will find text up to a space, end of string, or end of file.

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
द्वारा (1.8k अंक)
फिर से दिखाया गया
0 वोट
Here is a quick way to get a count of any selection (based on Word List options) of verse, chapter, section, book, or books. You use Excel to get the full count.
Here is a Quick Tip video: https://www.loom.com/share/21b31bb8bf37492695e1b27589f75f43?sid=60a34a28-7f27-44ec-a9e3-dcbcbc33de86
पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
द्वारा (9.9k अंक)
संपादित द्वारा
0 वोट

Thank you so much anon848905 exactly I want like this, I tried by Regex \w+ but it did not give exactly value.

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
द्वारा (241 अंक)

संबंधित प्रश्न

0 वोट
1 उत्तर 272 व्यूज़
एक उपयोगकर्ता के रूप में, मैं जानना चाहता हूँ कि किसी विशेष पुस्तक या पुस्तकों में कितने शब्द हैं।
Phil_Leckrone 9.9k पूछा गया फ़रवरी 8, 2024
0 वोट
0 उत्तर 172 व्यूज़
(anon451647 writes) This line (in PrintDraftChanges.txt) will change a plus sign to a thin space if it has a non- ... not match them (especially if they are non-Roman letters).
गुमनाम पूछा गया अप्रैल 10, 2015
Paratext में
0 वोट
0 उत्तर 182 व्यूज़
To move a book from one difficulty level to another, see either of the following: [How do I change the expected rate ... /520) (the Change the difficulty level of a book section)
[Expert]
anon421222
735
पूछा गया फ़रवरी 23, 2017
0 वोट
3 उत्तर 279 व्यूज़
Hello, Anytime I use the \ip Introduction - Paragraph marker in Paratext, the words turns grey. I would be grateful if you can help me correct it. Thank you. anon878803
anon878803 132 पूछा गया नवंबर 8, 2019
+1 मत
1 उत्तर 341 व्यूज़
1 राजाओं 7 का अनुवाद करते समय, हम संख्याओं को अंकों में देने पर भिन्न (fractions) का उपयोग करना चाहते हैं, उदाहरण के लिए ... सकती हैं। क्या कोई और सेटिंग है जो मैंने मिस कर दी है?
JohnBrownie 385 पूछा गया अक्टूबर 16, 2023
Paratext में
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For where two or three gather in my name, there am I with them.
Matthew 18:20
3,045 प्रश्न
6,005 उत्तर
5,671 टिप्पणियाँ
2,026 उपयोगकर्ता