【发布时间】:2020-01-16 13:23:29
【问题描述】:
我正在使用模式识别来捕捉大小可变的实体。这是我试图抓住的情况
1- {entity1} (has| had| have) [the] {entity2}
2.1- {entity1} (has| had| have) the {entity2}
2.2- {entity1} (has| had| have) {entity2}
我同时尝试了 1 模式或 2.1 和 2.2。 问题是当我输入:“人有属性”
entity2 被标记为“属性”,而不仅仅是“属性” 有没有办法标记优先级或解决这个问题?
对不起英文错误,我希望问题足够清楚。
【问题讨论】:
标签: azure-language-understanding