非常感谢这个建议!
我刚刚试了一下,但它还没有完全做到我希望它做到的事情。
这是我改编后的正则表达式: regex:(?<!\w|\\[cv] )(kopo|menas|misika|foa|faev|siks|seven|eit|nain|ten|ileven|tuelv|tetin|fotin|fiftin|seventin|eitin|naintin|tuenti|teti|foti|fifti|siksti|seventi|eiti|nainti|andled|taosen|[0-9])
目前,这找到的实例比应该的多得多,例如,以 ‹ten› 开头的动词前缀。如果我们能将搜索限制为单词: - 位于单词开头或前面有连字符 - 并且位于单词结尾或后面有连字符,那就太好了。
另一方面,由于我们在子句级别有语法声调,大多数元音最终都可能带有变音符号(áàāa᷄â),但这些出现的情况并未被找到。似乎每当我在 Paratext 的查找中使用正则表达式时,Ignore Diacritics And Vowel Points (忽略变音符号和元音点)都不起作用,因此 Paratext 找不到例如 ‘sevén’。
有没有想法可以解决这些问题?
再次感谢!
附注:我知道有数字设置,并且已经为 NT(新约)设置好了,但似乎没有办法包含用文字书写的数字。(或者有这样的办法吗?)
Thank you very much for this!
I just tried it out, but it doesn't quite do yet what I would like it to do.
Here is my RegEx, as I adapted it: regex:(?<!\w|\\[cv] )(kopo|menas|misika|foa|faev|siks|seven|eit|nain|ten|ileven|tuelv|tetin|fotin|fiftin|seventin|eitin|naintin|tuenti|teti|foti|fifti|siksti|seventi|eiti|nainti|andled|taosen|[0-9])
As it is, this finds far more instances than it should, for example, verb prefixes starting with ‹ten›. It would be great if we could limit the search to words being: - at the beginning of a word or preceded by a hyphen - and at the end of word or followed by a hyphen
On the other hand, since we have grammatical tone on clause level, most of the vowels can end up with a diacritic (áàāa᷄â), but such occurrences are not found. It seems that whenever I use RegEx in Paratext's Find, Ignore Diacritics And Vowel Points , does not work, and therefore Paratext doesn't find ‘sevén’, for example.
Any idea how I could solve these issues?
Thanks again!
PS: I'm aware of the Numbers Settings and it is all set up for the NT, but there doesn't seem to be a way to include numbers written in words. (Or is there?)
机器翻译自 English 显示原文