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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ After labeling, review the example utterance and ensure the selected span of tex
37
37
38
38
## Confirm predicted entity
39
39
40
-
If there is a dottedlined box around the span of text and the entity name is above the utterance, it indicates the text is predicted but _not labeled yet_. To turn the prediction into a label, select the utterance, then select **Confirm entity predictions**.
40
+
If there is a dotted-lined box around the span of text and the entity name is above the utterance, it indicates the text is predicted but _not labeled yet_. To turn the prediction into a label, select the utterance row, then select **Confirm entity predictions**.
Alternatively, you could click on the entity name above the text, and click Confirm Prediction from the menu that appears.
45
+
Alternatively, you could select the entity name above the text, then select **Confirm Prediction** from the menu that appears.
46
46
47
47
> [!div class="mx-imgBorder"]
48
48
> 
@@ -51,7 +51,7 @@ Alternatively, you could click on the entity name above the text, and click Conf
51
51
52
52
The entity palette offers an alternative to the previous labeling experience. It allows you to brush over text to instantly label it with an entity.
53
53
54
-
1. Open the entity palette by clicking on the Highlighter icon at the top right of the utterance table.
54
+
1. Open the entity palette by selecting on the Highlighter icon at the top right of the utterance table.
55
55
56
56
> [!div class="mx-imgBorder"]
57
57
> 
@@ -66,9 +66,9 @@ The entity palette offers an alternative to the previous labeling experience. It
66
66
> [!div class="mx-imgBorder"]
67
67
> 
68
68
69
-
## Labeling subcomponents of a multiplelevel machine learned entity
69
+
## Labeling subcomponents of a multiple-level machine learned entity
70
70
71
-
Subcomponents in entities are labeled exactly the same way as top level entities. When selecting text, the entities available in the pop-up window are relative to the context in which the text appears. For example, if you have a 5-level machine-learned entity, and you are selecting text that has been labeled with the 1st and 2nd levels (indicated by a labeled entity name under the example utterance), the entities available in the pop-up window are limited to the context of components of the 3rd level. To label the text with other entities, click on 'Label as another entity' option.
71
+
Subcomponents in entities are labeled exactly the same way as top level entities. When selecting text, the entities available in the pop-up window are relative to the context in which the text appears. For example, if you have a 5-level machine-learned entity, and you are selecting text that has been labeled with the 1st and 2nd levels (indicated by a labeled entity name under the example utterance), the entities available in the pop-up window are limited to the context of components of the 3rd level. To label the text with other entities, select **Label as another entity** option.
72
72
73
73
> [!div class="mx-imgBorder"]
74
74
> 
@@ -77,7 +77,7 @@ Subcomponents can be labeled only if the parent is also labeled.
77
77
78
78
## Unlabel entities
79
79
80
-
To unlabel an entity, click on the entity name underneath the text and pick unlabel. If the entity you are trying to unlabel has labeled subcomponents, then the subcomponents must be unlabeled first.
80
+
To unlabel an entity, select the entity name underneath the text and select **Unlabel**. If the entity you are trying to unlabel has labeled subcomponents, then the subcomponents must be unlabeled first.
0 commit comments