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
description: Use Language Understanding (LUIS) to add app features that can improve the detection or prediction of intents and entities that categories and patterns
5
5
services: cognitive-services
@@ -9,51 +9,46 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 11/03/2019
12
+
ms.date: 11/14/2019
13
13
ms.author: diberry
14
14
---
15
15
16
-
# Use phrase lists to boost signal of word list
16
+
# Use descriptors to boost signal of word list
17
17
18
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
-
A [phrase list](luis-concept-feature.md) 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.
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
-
A phrase list adds to the vocabulary of the app domain as a second signal to LUIS about those words.
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 phrase list.
24
+
Review [feature concepts](luis-concept-feature.md) to understand when and why to use a descriptor.
25
25
26
-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
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
31
32
-
1. Open your app by clicking its name on **My Apps** page, and then click **Build**, then click **Phrase lists** in your app's left panel.
33
-
34
-
1. On the **Phrase lists** page, click **Create new phrase list**.
32
+
1. On the **Descriptors** page, click **+ Add Descriptor**.
35
33
36
-
1. In the **Add Phrase List** dialog box, type `Cities` as the name of the phrase list. In the **Value** box, type the values of the phrase list. You can type one value at a time, or a set of values separated by commas, and then press **Enter**.
37
-
38
-

39
-
40
-
1. LUIS can propose related values to add to your phrase list. Click **Recommend** to get a group of proposed values that are semantically related to the added value(s). You can click any of the proposed values, or click **Add All** to add them all.
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**.
41
35
42
-

1. Click **These values are interchangeable** if the added phrase list values are alternatives that can be used interchangeably.
39
+
Once you have entered enough values for LUIS, suggestions appear. You can **+ Add all** of the proposed values, or select individual terms.
45
40
46
-

41
+
1. Keep **These values are interchangeable** checked if the added descriptor values are alternatives that can be used interchangeably.
47
42
48
-
1.Click**Done**. The "Cities" phrase list is added to the **Phrase lists** page.
43
+
1.Select**Done**. The new descriptor is added to the **Descriptors** page.
49
44
50
45
<aname="edit-phrase-list"></a>
51
46
<aname="delete-phrase-list"></a>
52
47
<aname="deactivate-phrase-list"></a>
53
48
54
49
> [!Note]
55
-
> You can delete, or deactivate a phrase list from the contextual toolbar on the **Phrase lists** page.
50
+
> You can delete, or deactivate a descriptor from the contextual toolbar on the **Descriptors** page.
56
51
57
52
## Next steps
58
53
59
-
After adding, editing, deleting, or deactivating a phrase list, [train and test the app](luis-interactive-test.md) again to see if performance improves.
54
+
After adding, editing, deleting, or deactivating a descriptor, [train and test the app](luis-interactive-test.md) again to see if performance improves.
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-tutorial-bing-spellcheck.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,14 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 10/25/2019
12
+
ms.date: 11/15/2019
13
13
ms.author: diberry
14
14
---
15
15
16
16
# Correct misspelled words with Bing Spell Check
17
17
18
18
You can integrate your LUIS app with [Bing Spell Check API V7](https://azure.microsoft.com/services/cognitive-services/spell-check/) to correct misspelled words in utterances before LUIS predicts the score and entities of the utterance.
19
19
20
-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
21
-
22
20
[!INCLUDE [Not supported in V3 API prediction endpoint](./includes/v2-support-only.md)]
0 commit comments