我正在处理一种语言,其中带有前缀和后缀的词可以通过重叠来表示复数。在正字法中,使用“-”来标记重叠。
当带有前缀和后缀的形式发生重叠时,词表(Wordlist)似乎无法处理其形态变化。它认为整个形式都是词干,如果我尝试在后缀之后添加前缀,它会报错。(我知道在《圣经关键术语》列表中可以使用 & 来处理,但这在词表中不起作用。)
词表中可能包含以下条目(斜杠仅用于此处提高可读性,正字法中并不存在):
prefix/stem/suffix
prefix/stem/suffix-prefix/stem/suffix
在词表中输入形态时,第一个词(prefix+ stem +suffix)没有问题。
第二个词应该是 prefix+ stem + suffix prefix+ stem +suffix,但 Paratext 不允许在后缀之后添加前缀。
有没有什么想法可以处理这种情况?还是说这超出了 Paratext 当前的功能范围?
I’m working with a language where words with prefixes and suffixes can be reduplicated to show plurality. A “-” is used to mark reduplication in the orthography.
The Wordlist doesn’t seem to handle morphology when a pre and suffixed form is reduplicated. It thinks the whole form is the stem and complains if I try to add a prefix after a suffix. (I know it can handle it in the Biblical Key Terms list using a &, but that doesn’t work in the Wordlist.)
Wordlist could have the following items (the slash is just for readability here, it’s not present in the orthography):
prefix/stem/suffix
prefix/stem/suffix-prefix/stem/suffix
When entering morphology in the Wordlist there are no problems for the first word (prefix+ stem +suffix).
The second word should be prefix+ stem + suffix prefix+ stem +suffix, but Paratext does not allow a prefix after a suffix.
Any idea how to handle this or is it something beyond Paratext’s current capabilities?
机器翻译自 English 显示原文