Skip to content

Commit 40bfde1

Browse files
authored
Merge pull request #115720 from diberry/diberry/0519-luis-non-blocking
[Cogsvcs] LUIS - machine-learned -> learning 5
2 parents 0bb2bcf + 297fc1d commit 40bfde1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cognitive-services/LUIS/reference-entity-machine-learned-entity.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Machine-learned entity type - LUIS
2+
title: Machine-learning entity type - LUIS
33
titleSuffix: Azure Cognitive Services
4-
description: The machine-learned entity is the preferred entity for building LUIS applications.
4+
description: The machine-learning entity is the preferred entity for building LUIS applications.
55
services: cognitive-services
66
author: diberry
77
manager: nitinme
@@ -11,9 +11,9 @@ ms.topic: reference
1111
ms.date: 04/30/2020
1212
ms.author: diberry
1313
---
14-
# Machine-learned entity
14+
# Machine-learning entity
1515

16-
The machine-learned entity is the preferred entity for building LUIS applications.
16+
The machine-learning entity is the preferred entity for building LUIS applications.
1717

1818

1919
## Example JSON
@@ -32,7 +32,7 @@ Example utterances include:
3232

3333
#### [V3 prediction endpoint response](#tab/V3)
3434

35-
Because a machine-learned entity can have many subentities with required features, this is just an example only. It should be considered a guide for what your entity will return.
35+
Because a machine-learning entity can have many subentities with required features, this is just an example only. It should be considered a guide for what your entity will return.
3636

3737
Consider the query:
3838

@@ -342,6 +342,6 @@ This entity isn't available in the V2 prediction runtime.
342342

343343
## Next steps
344344

345-
Learn more about the machine-learned entity including a [tutorial](tutorial-machine-learned-entity.md), [concepts](luis-concept-entity-types.md#design-entities-for-decomposition), and [how-to guide](luis-how-to-add-entities.md#create-a-machine-learned-entity).
345+
Learn more about the machine-learning entity including a [tutorial](tutorial-machine-learned-entity.md), [concepts](luis-concept-entity-types.md#design-entities-for-decomposition), and [how-to guide](luis-how-to-add-entities.md#create-a-machine-learned-entity).
346346

347347
Learn about the [list](reference-entity-list.md) entity and [regular expression](reference-entity-regular-expression.md) entity.

articles/cognitive-services/LUIS/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
displayName: Calendar, Communication,Email,HomeAutomation,Note,Places, RestaurantReservation,ToDo,Utilities,Weather,Web
379379
- name: Custom entity reference
380380
items:
381-
- name: machine-learning entity
381+
- name: Machine-learning entity
382382
href: reference-entity-machine-learned-entity.md
383383
- name: Composite entity
384384
href: reference-entity-composite.md

0 commit comments

Comments
 (0)