本文介绍了处理作为另一个实体的子集的实体的策略的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含双字实体的话语,让我们说WORD1 WORD2。 但是,WORD2本身也可以是一个实体。 我通过测试看到的是
两者 WORD1 WORD2   WORD2作为实体返回。 因此,我的努力得到1个正面肯定和1个误报。 如何让LUIS选择其中一个? 就我而言,WORD1 WORD2是正确的
答案。

I have an utterance which contains a two word entity let us say WORD1 WORD2.  However, WORD2 also can be an entity in its own right.  What I am seeing through testing is thatboth WORD1 WORD2 and WORD2 are returned as entities.  So I get 1 true positive and 1 false positive for my efforts.  How can I get LUIS to choose one or the other?  In my case, WORD1 WORD2 is the correct answer.

推荐答案

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-data-extraction#list-entity-data

我希望这会对你有所帮助。

I hope this helps you.


这篇关于处理作为另一个实体的子集的实体的策略的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 12:29