Skip to content

Commit 7f9ccdb

Browse files
authored
Merge pull request #89711 from diberry/0925-luis-spellcheck
[Cogsvcs] LUIS public issue 39275
2 parents f60b9b3 + de4b6b9 commit 7f9ccdb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/cognitive-services/LUIS/luis-tutorial-bing-spellcheck.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 09/05/2019
12+
ms.date: 09/25/2019
1313
ms.author: diberry
1414
---
1515

@@ -84,7 +84,13 @@ The endpoint URL has several values that need to be passed correctly. The Bing S
8484
```
8585

8686
## Ignore spelling mistakes
87-
If you don't want to use the Bing Spell Check API v7 service, you can label utterances that have spelling mistakes so that LUIS can learn proper spelling as well as typos. This option requires more labeling effort than using a spell checker.
87+
88+
If you don't want to use the Bing Spell Check API v7 service, you need to add the correct and incorrect spelling.
89+
90+
Two solutions are:
91+
92+
* Label example utterances that have the all the different spellings so that LUIS can learn proper spelling as well as typos. This option requires more labeling effort than using a spell checker.
93+
* Create a phrase list with all variations of the word. With this solution, you do not need to label the word variations in the example utterances.
8894

8995
## Publishing page
9096
The [publishing](luis-how-to-publish-app.md) page has an **Enable Bing spell checker** checkbox. This is a convenience to create the key and understand how the endpoint URL changes. You still have to use the correct endpoint parameters in order to have spelling corrected for each utterance.

0 commit comments

Comments
 (0)