LUIS 应用的 keyPhrase 预构建实体keyPhrase prebuilt entity for a LUIS app
keyPhrase 实体从话语中提取各种关键短语。The keyPhrase entity extracts a variety of key phrases from an utterance. 不需要将包含 keyPhrase 的示例话语添加到应用程序。You don't need to add example utterances containing keyPhrase to the application. keyPhrase 实体作为文本分析功能的一部分,在许多区域性中都受支持。The keyPhrase entity is supported in many cultures as part of the text analytics features.
预构建 keyPhrase 实体的解析Resolution for prebuilt keyPhrase entity
查询返回以下实体对象:The following entity objects are returned for the query:
where is the educational requirements form for the development and engineering group
以下 JSON 的 verbose
参数设置为 false
:The following JSON is with the verbose
parameter set to false
:
"entities": {
"keyPhrase": [
"educational requirements",
"development"
]
}
后续步骤Next steps
详细了解 V3 预测终结点。Learn more about the V3 prediction endpoint.
了解百分比、数字和存在时间实体。Learn about the percentage, number, and age entities.