你好,
我们在关键术语上使用基于词干的匹配,但在理想情况下,我们希望它后面跟着一个与格(dative)的词。我找不到这样做的相关说明(除了使用其他匹配规则),而且我尝试过的方法都不起作用,我想知道后缀是否被丢弃了,因此无法进行匹配?
具体示例:
该语言(国际罗姆语字母表)中的与格由 -θe 标记
目前我们找到的最佳短语,在不使用借词且不暗示性欲的情况下,是“持有”(hold)+“与格”。
例如:应该匹配:
inker -el man -θe
hold -3sg me -DAT
‘(他/她)爱我’
对比:不应该匹配:
inker -el o rovli
hold -3sg DEF stick
‘(他/她)拿着棍子’
使用 inker 会产生误报,但我尝试了添加 *θe、-θe、+θe 和 θe,结果都匹配不到任何内容。
Hi,
we’re using stem-based matching for key terms but in an ideal world we’d like it to be followed by a word in the dative. I can’t find instructions to do this (except using other matching rules), and nothing I’ve tried works and I’m wondering if affixes are discarded and can’t be matched on?
Specific example:
dative in this language (Internaltional Rromani alphabet) is marked by -θe
The best current phrase we can find for ‘love’ without using loan-words and without implying sexual desire is ‘hold’ + ‘dative’.
e.g: Should match:
inker -el man -θe
hold -3sg me -DAT
‘(s)he loves me’
cf: Shouldn’t match:
inker -el o rovli
hold -3sg DEF stick
‘(s)he holds the stick’
Using inker gives false positives, but I’ve tried appending all of *θe, -θe, +θe and θe and it just fails to match anything.
机器翻译自 English