在 Microsoft LUIS 中正确使用短语列表和模式的方法
Correct way of using Phrase list and Pattern in Microsoft LUIS
我是 LUIS 的新手。我无法使用短语列表和模式。由于我找不到任何资源(Microsoft 文档除外),因此我无法找到有关它的更多详细信息,也找不到任何演示参考。
如果有人能用通俗易懂的语言解释一下,在哪种情况下我们可以同时使用这两种方法,那就太好了。
当我们在意图创建中处理话语时,还有一件事短语列表没有与实体一起列出
Since I could not find any resource (Except Microsoft document), where
I can get more details about it neither I could find any reference of
demo.
除 Microsoft 文档外,您还可以从此 Whosebug answers about using Patterns feature and 中找到更多示例。
It would be nice if any one can explain a bit in layman language in
which scenario we can use both.
简而言之,模式用于标记遵循特定模式但不提供更多示例的实体,而短语列表用于提供话语的同义词。
One more thing phrase list are not listing with entity while we are
working on Utterance in intent creation
请阅读有关 Phrase Lists 的更多信息,了解它的使用方法和工作原理。如果您仍有问题,请将包含更多详细信息的快照发送至 Luisuservoice@microsoft.com.
我是 LUIS 的新手。我无法使用短语列表和模式。由于我找不到任何资源(Microsoft 文档除外),因此我无法找到有关它的更多详细信息,也找不到任何演示参考。 如果有人能用通俗易懂的语言解释一下,在哪种情况下我们可以同时使用这两种方法,那就太好了。 当我们在意图创建中处理话语时,还有一件事短语列表没有与实体一起列出
Since I could not find any resource (Except Microsoft document), where I can get more details about it neither I could find any reference of demo.
除 Microsoft 文档外,您还可以从此 Whosebug answers about using Patterns feature and
It would be nice if any one can explain a bit in layman language in which scenario we can use both.
简而言之,模式用于标记遵循特定模式但不提供更多示例的实体,而短语列表用于提供话语的同义词。
One more thing phrase list are not listing with entity while we are working on Utterance in intent creation
请阅读有关 Phrase Lists 的更多信息,了解它的使用方法和工作原理。如果您仍有问题,请将包含更多详细信息的快照发送至 Luisuservoice@microsoft.com.