LUIS 应用的 keyPhrase 预构建实体

重要

LUIS 将于 2025 年 10 月 1 日停用,从 2023 年 4 月 1 日开始,你将无法创建新的 LUIS 资源。 建议将 LUIS 应用程序迁移对话语言理解,以便从持续的产品支持和多语言功能中受益。

keyPhrase 实体从话语中提取各种关键短语。 不需要将包含 keyPhrase 的示例话语添加到应用程序。 keyPhrase 实体作为语言服务功能的一部分,在许多区域性中都受支持。

预构建 keyPhrase 实体的解析

查询返回以下实体对象:

where is the educational requirements form for the development and engineering group

以下 JSON 的 verbose 参数设置为 false

"entities": {
    "keyPhrase": [
        "educational requirements",
        "development"
    ]
}

后续步骤

了解百分比数字存在时间实体。