Skip to content

Commit 6a65825

Browse files
committed
edits
1 parent d5837fc commit 6a65825

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Labeling an entity in an example utterance gives LUIS an example of what the ent
1212

1313
You can label machine-learned entities and subentities.
1414

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.
1616

1717
## Label example utterances from the Intent detail page
1818

@@ -26,8 +26,8 @@ To label examples of entities within the utterance, select the utterance's inten
2626
## Two techniques to label entities
2727

2828
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.
3131

3232
## Label with the Entity Palette visible
3333

@@ -117,6 +117,12 @@ If you are labeling for a subentity, the parent will be labeled automatically.
117117

118118
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.
119119

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+
120126
## Entity prediction errors
121127

122128
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

Comments
 (0)