You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/label-entity-example-utterance.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Labeling an entity in an example utterance gives LUIS an example of what the ent
12
12
13
13
You can label machine-learned entities and subentities.
14
14
15
-
Because you can't label regular expression, list or prebuilt entities, create a entity or subentity, then add these entities are features, when applicable, to the entity or subentity.
15
+
Because you can't label regular expression, list, or prebuilt entities, create an entity or subentity, then add these entities are features, when applicable, to the entity or subentity.
16
16
17
17
## Label example utterances from the Intent detail page
18
18
@@ -26,8 +26,8 @@ To label examples of entities within the utterance, select the utterance's inten
26
26
## Two techniques to label entities
27
27
28
28
Two labeling techniques are supported on the Intent detail page.
29
-
* Select entity or subentity from **[Entity Palette](label-with-the-entity-palette-visible)** then select within example utterance text. This is the recommended technique because you can visually verify you are working with the correct entity or subentity, according to your schema.
30
-
* Select within the example utterance text first. When you do this, a pop-up menu of [labeling choices](#label-entity-from-in-place-menu) is presented.
29
+
* Select entity or subentity from [Entity Palette](#label-with-the-entity-palette-visible) then select within example utterance text. This is the recommended technique because you can visually verify you are working with the correct entity or subentity, according to your schema.
30
+
* Select within the example utterance text first. When you do this, a pop-up menu of [labeling choices](#how-to-label-entity-from-in-place-menu) is presented.
31
31
32
32
## Label with the Entity Palette visible
33
33
@@ -117,6 +117,12 @@ If you are labeling for a subentity, the parent will be labeled automatically.
117
117
118
118
Non-machine learned entities include prebuilt entities, regular expression entities, list entities, and pattern.any entities. These are automatically labeled by LUIS so they are not required to be manually labeled by users.
119
119
120
+
## Intent prediction errors
121
+
122
+
An intent prediction error indicates that the example utterance, given the current trained app, would not be predicted for the intent.
123
+
124
+
Learn how to [view these errors](luis-how-to-add-intents.md#intent-prediction-errors) on the Intent detail page.
125
+
120
126
## Entity prediction errors
121
127
122
128
Entity prediction errors indicate the predicted entity doesn't match the labeled entity. This is visualized with a caution indicator next to the utterance.
0 commit comments