Skip to content

Commit 10a86e2

Browse files
committed
[Cogsvcs] LUIS - Public Issue 51563
1 parent 690554d commit 10a86e2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/cognitive-services/LUIS/luis-how-to-add-features.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 11/14/2019
12+
ms.date: 04/02/2020
1313
ms.author: diberry
1414
---
1515

1616
# Use descriptors to boost signal of word list
1717

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

2020
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.
2121

2222
A descriptor adds to the vocabulary of the app domain as a second signal to LUIS about those words.
2323

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

2626
[!INCLUDE [Uses preview portal](includes/uses-portal-preview.md)]
2727

2828
## Add descriptor
2929

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.
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**.
3133

32-
1. On the **Descriptors** page, click **+ Add Descriptor**.
33-
3434
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**.
3535

3636
> [!div class="mx-imgBorder"]
@@ -40,6 +40,8 @@ Review [feature concepts](luis-concept-feature.md) to understand when and why to
4040

4141
1. Keep **These values are interchangeable** checked if the added descriptor values are alternatives that can be used interchangeably.
4242

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+
4345
1. Select **Done**. The new descriptor is added to the **Descriptors** page.
4446

4547
<a name="edit-phrase-list"></a>

0 commit comments

Comments
 (0)