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/luis-how-to-add-features.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,28 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 11/14/2019
12
+
ms.date: 04/02/2020
13
13
ms.author: diberry
14
14
---
15
15
16
16
# Use descriptors to boost signal of word list
17
17
18
-
You can add features to your LUIS app to improve its accuracy. Features help LUIS by providing hints that certain words and phrases are part of an app domain vocabulary.
18
+
You can add features to your LUIS app to improve its accuracy. Features help LUIS by providing hints that certain words and phrases are part of an app domain vocabulary.
19
19
20
20
A [descriptor](luis-concept-feature.md) (phrase list) includes a group of values (words or phrases) that belong to the same class and must be treated similarly (for example, names of cities or products). What LUIS learns about one of them is automatically applied to the others as well. This list is not the same thing as a [list entity](reference-entity-list.md) (exact text matches) of matched words.
21
21
22
22
A descriptor adds to the vocabulary of the app domain as a second signal to LUIS about those words.
23
23
24
-
Review [feature concepts](luis-concept-feature.md) to understand when and why to use a descriptor.
24
+
Review [feature concepts](luis-concept-feature.md) to understand when and why to use a descriptor.
1. Open your app by clicking its name on **My Apps** page, and then click **Build**, then click **Descriptors** in your app's left panel.
30
+
1. Open your app by clicking its name on **My Apps** page, and then click **Build**, then click **Descriptors** in your app's left panel.
31
+
32
+
1. On the **Descriptors** page, click **+ Add Descriptor**.
31
33
32
-
1. On the **Descriptors** page, click **+ Add Descriptor**.
33
-
34
34
1. In the **Create new phrase list descriptor** dialog box, enter a name such as `Cities` for the descriptor. In the **Value** box, type the values of the descriptors, such as `Seattle`. You can type one value at a time, or a set of values separated by commas, and then press **Enter**.
35
35
36
36
> [!div class="mx-imgBorder"]
@@ -40,6 +40,8 @@ Review [feature concepts](luis-concept-feature.md) to understand when and why to
40
40
41
41
1. Keep **These values are interchangeable** checked if the added descriptor values are alternatives that can be used interchangeably.
42
42
43
+
1. The phrase list can apply to the entire app with the **Global** setting, or to a specific model (intent or entity). If you create the phrase list, as a _descriptor_ from an intent or entity, the toggle is set to not global. In this case, the meaning of the toggle is that the descriptor is a feature to only that model, therefore, _not global_ to the application.
44
+
43
45
1. Select **Done**. The new descriptor is added to the **Descriptors** page.
0 commit comments