您好,
我剛在檢查大寫字母的錯誤使用。特別是,我知道翻譯者有時會不小心把「LORD」寫成 \nd Lord\nd*。但我很驚訝 Run Basic Checks…>Capitalization 沒有抓到全大寫字母的情況。
這個正則表達式可以找出任何兩個相鄰的大寫字母,但也會返回很多雜訊。例如,書名縮寫、語言代碼和圖片檔名。
regex:\w*[A-ZĆÄÏÜ]\w*[A-ZĆÄÏÜ]\w
(對於不熟悉正則表達式的人來說,[A-ZĆÄÏÜ] 表示從 A 到 Z 的任何字符,或任何特殊字符 Ć、Ä、Ï 和 Ü——僅限大寫)
我尋找過可以更改大寫規則的地方,但只能找到批准或拒絕混合大小寫單詞的地方(全大寫單詞不會出現在那裡)。
我也搜尋了 Paratext 的說明文件和這個論壇,但找不到任何相關資訊。
目前有沒有簡單的方法來找出全大寫的單詞?如果沒有,能否增加這個功能?也許這可以顯示在混合大小寫的搜尋結果中,儘管它們在技術上是全大寫。或者,也許讓它們有自己的類別會更好。
非常感謝!
Hello,
I was just checking for incorrect use of capitalization. In particular, I know that the translators have sometimes accidentally written “LORD” instead of \nd Lord\nd*. But I was surprised that Run Basic Checks…>Capitalization didn’t catch instances of all caps.
This regex will find any two adjacent capital letters, but also returns a lot of noise. For example, book name abbrevations, language codes, and image file names.
regex:\w*[A-ZĆÄÏÜ]\w*[A-ZĆÄÏÜ]\w
(for the regex-uninitiated, [A-ZĆÄÏÜ] means any character from A to Z, or any of the special characters Ć, Ä, Ï, and Ü- upercase only)
I looked for places to change the capitalization rules but could only find a place to approve or disaprove words with mixed capitalization (in which words in ALL CAPS do not appear).
I also searched the Paratext help files and this forum, but couldn’t find any information.
Is there currently an easy way to find words in ALL CAPS? If not, could the functionality be added? Perhaps this could show up in the mixed caps search results, even though they are technically all-caps. Or, maybe it would be better for them to have their own category.
Thanks so much!
機器翻譯自 English 顯示原文