本文介绍了实体未在LUIS中选择相似值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个名为发票"的意向书,为此目的提供了一些话语.因此,在话语中,我提供了一个称为"InvoiceNumber"的实体.

I have an Intent called "Invoice" in that intent have provided several utterances. So, in the utterances, I have provided one Entity called "InvoiceNumber".

发票号的长度为1-20.它会有所不同.因此,我提供了inv401,inv402等话语的多个InvoiceNumber.训练后,当我使用类似inv888的类似InvoiceNumber进行测试时,它获得了Intent,但不是 接受InvoiceNumber实体.

Invoice numbers length will be 1-20. It varies. So, I have provided several InvoiceNumbers in the utterances like inv401,inv402 etc.. After Training when I  test with the similar InvoiceNumber like inv888, It is getting the Intent but it is not taking the InvoiceNumber entity.

那么,在什么基础上如何采用实体?

So, How the Entity will be taken, on what basis?

推荐答案


这篇关于实体未在LUIS中选择相似值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 23:29