Skip to content

Commit 44375a9

Browse files
committed
overview link
1 parent 0e88f27 commit 44375a9

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

articles/cognitive-services/Speech-Service/how-to-use-custom-entity-pattern-matching.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@ In this guide, you use the Speech SDK to develop a console application that deri
2929
> - Add custom entities via the Speech SDK API
3030
> - Use asynchronous, event-driven continuous recognition
3131
32-
## When should you use this?
32+
## When to use pattern matching
3333

34-
Use this sample code if:
34+
Use this sample code if:
35+
* You're only interested in matching strictly what the user said. These patterns match more aggressively than LUIS.
36+
* You don't have access to a [LUIS](../LUIS/index.yml) app, but still want intents.
37+
* You can't or don't want to create a [LUIS](../LUIS/index.yml) app but you still want some voice-commanding capability.
3538

36-
- You are only interested in matching very strictly what the user said. These patterns match more aggressively than LUIS.
37-
- You do not have access to a [LUIS](../LUIS/index.yml) app, but still want intents. This can be helpful since it is embedded within the SDK.
38-
- You cannot or do not want to create a LUIS app but you still want some voice-commanding capability.
39-
40-
If you do not have access to a [LUIS](../LUIS/index.yml) app, but still want intents, this can be helpful since it is embedded within the SDK.
41-
42-
For supported locales see [here](./language-support.md?tabs=IntentRecognitionPatternMatcher).
39+
For more information, see the [pattern matching overview](./pattern-matching-overview.md).
4340

4441
## Prerequisites
4542

articles/cognitive-services/Speech-Service/how-to-use-simple-language-pattern-matching.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Use this sample code if:
3535
* You don't have access to a [LUIS](../LUIS/index.yml) app, but still want intents.
3636
* You can't or don't want to create a [LUIS](../LUIS/index.yml) app but you still want some voice-commanding capability.
3737

38+
For more information, see the [pattern matching overview](./pattern-matching-overview.md).
39+
3840
## Prerequisites
3941

4042
Be sure you have the following items before you begin this guide:

0 commit comments

Comments
 (0)