Skip to content

Commit c7ca0b8

Browse files
committed
move label versus create to add entities page
1 parent f6c9ae9 commit c7ca0b8

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

articles/cognitive-services/LUIS/label-entity-for-example-utterance.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@ ms.author: diberry
1717

1818
Labeling an entity in an example utterance shows LUIS has an example of the entity is and where the entity can appear in the utterance.
1919

20-
## Plan entities, then create and label
21-
22-
Machine-learned entities can be created from the example utterances or created from the **Entities** page.
23-
24-
In general, a best practice is to spend time planning the entities before creating a machine-learned entity in the portal. Then create the machine-learned entity from the example utterance with as much detail in the subcomponents and descriptors and constraints as you know at the time. The [decomposable entity tutorial](tutorial-machine-learned-entity.md) demonstrates how to use this method.
25-
26-
As part of planning the entities, you may know you need text-matching entities (such as prebuilt entities, regular expression entities, or list entities). You can create these from the **Entities** page before they are labeled in example utterances.
27-
28-
When labeling, you can either label individual entities then build up to a parent machine-learned entity. Or you can start with a parent machine-learned entity and decompose into child entities.
29-
30-
> [!TIP]
31-
>Label all words that may indicate an entity, even if the words are not used when extracted in the client application.
32-
3320
## Labeling machine-learned entity
3421

3522
Consider the phrase, `hi, please I want a cheese pizza in 20 minutes`.

articles/cognitive-services/LUIS/luis-how-to-add-entities.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 11/11/2019
12+
ms.date: 11/15/2019
1313
ms.author: diberry
1414
---
1515

@@ -21,9 +21,20 @@ The entity represents a word or phrase inside the utterance that you want extrac
2121

2222
[!INCLUDE [Uses preview portal](includes/uses-portal-preview.md)]
2323

24-
## Creating an entity is different from labeling an entity
24+
## Plan entities, then create and label
2525

26-
You first need to create an entity before you can label the entity in the example utterance.
26+
Machine-learned entities can be created from the example utterances or created from the **Entities** page.
27+
28+
In general, a best practice is to spend time planning the entities before creating a machine-learned entity in the portal. Then create the machine-learned entity from the example utterance with as much detail in the subcomponents and descriptors and constraints as you know at the time. The [decomposable entity tutorial](tutorial-machine-learned-entity.md) demonstrates how to use this method.
29+
30+
As part of planning the entities, you may know you need text-matching entities (such as prebuilt entities, regular expression entities, or list entities). You can create these from the **Entities** page before they are labeled in example utterances.
31+
32+
When labeling, you can either label individual entities then build up to a parent machine-learned entity. Or you can start with a parent machine-learned entity and decompose into child entities.
33+
34+
> [!TIP]
35+
>Label all words that may indicate an entity, even if the words are not used when extracted in the client application.
36+
37+
## Creating an entity before or with labeling
2738

2839
Use the following table to understand which entities where to create or add each entity to the app.
2940

0 commit comments

Comments
 (0)