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/language-service/conversational-language-understanding/concepts/entity-components.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
@@ -58,19 +58,19 @@ Use this to combine all components when they overlap. When components are combin
58
58
59
59
Suppose you have an entity called Software that has a list component, which contains “Proseware OS” as an entry. In your utterance data, you have “I want to buy Proseware OS 9” with “Proseware OS 9” tagged as Software:
60
60
61
-
:::image type="content" source="../media/unionOverlapExample1.svg" alt-text="A screenshot showing different component predictions." lightbox="../media/unionOverlapExample1.svg":::
61
+
:::image type="content" source="../media/union-overlap-example-1.svg" alt-text="A screenshot showing a learned and list entity overlapped." lightbox="../media/union-overlap-example-1.svg":::
62
62
63
63
By using combine components, the entity will return with the full context as “Proseware OS 9” along with the key from the list component:
64
64
65
-
:::image type="content" source="../media/unionOverlapExample1Part2.svg" alt-text="A screenshot showing an example of a predicted entity from the previous components." lightbox="../media/unionOverlapExample1Part2.svg":::
65
+
:::image type="content" source="../media/union-overlap-example-1-part-2.svg" alt-text="A screenshot showing the result of a combined component." lightbox="../media/union-overlap-example-1-part-2.svg":::
66
66
67
67
Suppose you had the same utterance but only “OS 9” was predicted by the learned component:
68
68
69
-
:::image type="content" source="../media/unionOverlapExample2.svg" alt-text="A screenshot showing different component predictions." lightbox="../media/unionOverlapExample2.svg":::
69
+
:::image type="content" source="../media/union-overlap-example-2.svg" alt-text="A screenshot showing an utterance with O S 9 predicted by th learned component." lightbox="../media/union-overlap-example-2.svg":::
70
70
71
71
With combine components, the entity will still return as “Proseware OS 9” with the key from the list component:
72
72
73
-
:::image type="content" source="../media/unionOverlapExample2Part2.svg" alt-text="A screenshot showing an example of a predicted entity from the previous components." lightbox="../media/unionOverlapExample2Part2.svg":::
73
+
:::image type="content" source="../media/union-overlap-example-2-part-2.svg" alt-text="A screenshot showing the returned software entity." lightbox="../media/union-overlap-example-2-part-2.svg":::
74
74
75
75
76
76
### Do not combine components
@@ -81,11 +81,11 @@ Each overlapping component will return as a separate instance of the entity. App
81
81
82
82
Suppose you have an entity called Software that has a list component, which contains “Proseware Desktop” as an entry. In your utterance data, you have “I want to buy Proseware Desktop Pro” with “Proseware Desktop Pro” tagged as Software:
83
83
84
-
:::image type="content" source="../media/separatedOverlapExample1.svg" alt-text="A screenshot showing different component predictions." lightbox="../media/separatedOverlapExample1.svg":::
84
+
:::image type="content" source="../media/separated-overlap-example-1.svg" alt-text="A screenshot showing an example of a learned and list entity overlapped." lightbox="../media/separated-overlap-example-1.svg":::
85
85
86
86
When you do not combine components, the entity will return twice:
87
87
88
-
:::image type="content" source="../media/separatedOverlapExample1Part2.svg" alt-text="A screenshot showing an example of a predicted entity from the previous components." lightbox="../media/separatedOverlapExample1Part2.svg":::
88
+
:::image type="content" source="../media/separated-overlap-example-1-part-2.svg" alt-text="A screenshot showing the entity returned twice." lightbox="../media/separated-overlap-example-1-part-2.svg":::
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/media/separated-overlap-example-1-part-2.svg
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/media/separated-overlap-example-1.svg
0 commit comments