Skip to content

Commit 010414a

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into clisamples
2 parents b13f188 + f517ce1 commit 010414a

25 files changed

+263
-262
lines changed

articles/cognitive-services/LUIS/luis-boundaries.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: Limits - LUIS
33
titleSuffix: Azure Cognitive Services
4-
description: This article contains the known limits of Azure Cognitive Services Language Understanding (LUIS). LUIS has several boundary areas. Model boundary controls intents, entities, and features in LUIS. Quota limits based on key type. Keyboard combination controls the LUIS website.
4+
description: This article contains the known limits of Azure Cognitive Services Language Understanding (LUIS). LUIS has several boundary areas. Model boundary controls intents, entities, and features in LUIS. Quota limits based on key type. Keyboard combination controls the LUIS website.
55
services: cognitive-services
66
author: diberry
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
10-
ms.topic: conceptual
10+
ms.topic: reference
1111
ms.date: 11/07/2019
1212
ms.author: diberry
13-
ms.custom: seodec18
13+
ms.custom: seodec18
1414
---
1515
# Boundaries for your LUIS model and keys
16-
LUIS has several boundary areas. The first is the [model boundary](#model-boundaries), which controls intents, entities, and features in LUIS. The second area is [quota limits](#key-limits) based on key type. A third area of boundaries is the [keyboard combination](#keyboard-controls) for controlling the LUIS website. A fourth area is the [world region mapping](luis-reference-regions.md) between the LUIS authoring website and the LUIS [endpoint](luis-glossary.md#endpoint) APIs.
16+
LUIS has several boundary areas. The first is the [model boundary](#model-boundaries), which controls intents, entities, and features in LUIS. The second area is [quota limits](#key-limits) based on key type. A third area of boundaries is the [keyboard combination](#keyboard-controls) for controlling the LUIS website. A fourth area is the [world region mapping](luis-reference-regions.md) between the LUIS authoring website and the LUIS [endpoint](luis-glossary.md#endpoint) APIs.
1717

1818

1919
## Model boundaries
2020

21-
If your app exceeds the LUIS model limits and boundaries, consider using a [LUIS dispatch](luis-concept-enterprise.md#dispatch-tool-and-model) app or using a [LUIS container](luis-container-howto.md).
21+
If your app exceeds the LUIS model limits and boundaries, consider using a [LUIS dispatch](luis-concept-enterprise.md#dispatch-tool-and-model) app or using a [LUIS container](luis-container-howto.md).
2222

2323
|Area|Limit|
2424
|--|:--|
@@ -43,7 +43,7 @@ If your app exceeds the LUIS model limits and boundaries, consider using a [LUIS
4343
| [Versions](luis-concept-version.md)| 100 versions per application |
4444
| [Version name][luis-how-to-manage-versions] | 10 characters restricted to alphanumeric and period (.) |
4545

46-
*Default character max is 50 characters.
46+
*Default character max is 50 characters.
4747

4848
<a name="intent-and-entity-naming"></a>
4949

@@ -60,7 +60,7 @@ The following must be unique within a LUIS app:
6060

6161
The following must be unique within the scope applied:
6262

63-
* phrase list
63+
* phrase list
6464

6565
## Object naming
6666

@@ -79,9 +79,9 @@ Language Understand has separate keys, one type for authoring, and one type for
7979

8080
## Resource key limits
8181

82-
The resource keys have different limits for authoring and endpoint. The LUIS prediction query endpoint key is only valid for endpoint queries.
82+
The resource keys have different limits for authoring and endpoint. The LUIS prediction query endpoint key is only valid for endpoint queries.
8383

84-
* 500 applications per Azure authoring resource
84+
* 500 applications per Azure authoring resource
8585

8686
|Key|Authoring|Endpoint|Purpose|
8787
|--|--|--|--|
@@ -96,7 +96,7 @@ The resource keys have different limits for authoring and endpoint. The LUIS pre
9696

9797
## Keyboard controls
9898

99-
|Keyboard input | Description |
99+
|Keyboard input | Description |
100100
|--|--|
101101
|Control+E|switches between tokens and entities on utterances list|
102102

articles/cognitive-services/LUIS/luis-reference-application-settings.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Application settings - LUIS
33
titleSuffix: Azure Cognitive Services
4-
description: Applications settings for Azure Cognitive Services language understanding apps are stored in the app and portal.
4+
description: Applications settings for Azure Cognitive Services language understanding apps are stored in the app and portal.
55
services: cognitive-services
66
author: diberry
77
manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 11/12/2019
1313
ms.author: diberry
1414
---
@@ -22,14 +22,14 @@ These application settings are stored in the [exported](https://westus.dev.cogni
2222
|NormalizePunctuation|True|Removes punctuation.|
2323
|NormalizeDiacritics|True|Removes diacritics.|
2424

25-
## Diacritics normalization
25+
## Diacritics normalization
2626

2727
Turn on utterance normalization for diacritics to your LUIS JSON app file in the `settings` parameter.
2828

2929
```JSON
3030
"settings": [
3131
{"name": "NormalizeDiacritics", "value": "true"}
32-
]
32+
]
3333
```
3434

3535
The following utterances show how diacritics normalization impacts utterances:
@@ -56,7 +56,7 @@ The following utterances show how diacritics normalization impacts utterances:
5656
|`ó`|`o`|
5757
|`ô`|`o`|
5858
|`õ`|`o`|
59-
|`ú`|`u`|
59+
|`ú`|`u`|
6060
|||
6161

6262
#### Dutch `nl-nl` diacritics
@@ -72,7 +72,7 @@ The following utterances show how diacritics normalization impacts utterances:
7272
|`í`|`i`|
7373
|`ó`|`o`|
7474
|`ö`|`o`|
75-
|`ú`|`u`|
75+
|`ú`|`u`|
7676
|`ü`|`u`|
7777
|||
7878

@@ -86,24 +86,24 @@ This includes both french and canadian subcultures.
8686
|`à`|`a`|
8787
|`è`|`e`|
8888
|`ù`|`u`|
89-
|`â`|`a`|
90-
|`ê`|`e`|
91-
|`î`|`i`|
92-
|`ô`|`o`|
93-
|`û`|`u`|
94-
|`ç`|`c`|
95-
|`ë`|`e`|
96-
|`ï`|`i`|
97-
|`ü`|`u`|
98-
|`ÿ`|`y`|
89+
|`â`|`a`|
90+
|`ê`|`e`|
91+
|`î`|`i`|
92+
|`ô`|`o`|
93+
|`û`|`u`|
94+
|`ç`|`c`|
95+
|`ë`|`e`|
96+
|`ï`|`i`|
97+
|`ü`|`u`|
98+
|`ÿ`|`y`|
9999

100100
#### German `de-de` diacritics
101101

102102
|Diacritics set to false|Diacritics set to true|
103103
|--|--|
104104
|`ä`|`a`|
105-
|`ö`|`o`|
106-
|`ü`|`u`|
105+
|`ö`|`o`|
106+
|`ü`|`u`|
107107

108108
#### Italian `it-it` diacritics
109109

@@ -112,11 +112,11 @@ This includes both french and canadian subcultures.
112112
|`à`|`a`|
113113
|`è`|`e`|
114114
|`é`|`e`|
115-
|`ì`|`i`|
116-
|`í`|`i`|
117-
|`î`|`i`|
118-
|`ò`|`o`|
119-
|`ó`|`o`|
115+
|`ì`|`i`|
116+
|`í`|`i`|
117+
|`î`|`i`|
118+
|`ò`|`o`|
119+
|`ó`|`o`|
120120
|`ù`|`u`|
121121
|`ú`|`u`|
122122

@@ -128,8 +128,8 @@ This includes both spanish and canadian mexican.
128128
|-|-|
129129
|`á`|`a`|
130130
|`é`|`e`|
131-
|`í`|`i`|
132-
|`ó`|`o`|
131+
|`í`|`i`|
132+
|`ó`|`o`|
133133
|`ú`|`u`|
134134
|`ü`|`u`|
135135
|`ñ`|`u`|
@@ -142,7 +142,7 @@ Turn on utterance normalization for punctuation to your LUIS JSON app file in th
142142
```JSON
143143
"settings": [
144144
{"name": "NormalizePunctuation", "value": "true"}
145-
]
145+
]
146146
```
147147

148148
The following utterances show how punctuation impacts utterances:
@@ -158,8 +158,8 @@ The following punctuation is removed with `NormalizePunctuation` is set to true.
158158

159159
|Punctuation|
160160
|--|
161-
|`-`|
162-
|`.`|
161+
|`-`|
162+
|`.`|
163163
|`'`|
164164
|`"`|
165165
|`\`|

articles/cognitive-services/LUIS/luis-reference-prebuilt-age.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 10/04/2019
1313
ms.author: diberry
1414
---
1515

1616
# Age prebuilt entity for a LUIS app
17-
The prebuilt age entity captures the age value both numerically and in terms of days, weeks, months, and years. Because this entity is already trained, you do not need to add example utterances containing age to the application intents. Age entity is supported in [many cultures](luis-reference-prebuilt-entities.md).
17+
The prebuilt age entity captures the age value both numerically and in terms of days, weeks, months, and years. Because this entity is already trained, you do not need to add example utterances containing age to the application intents. Age entity is supported in [many cultures](luis-reference-prebuilt-entities.md).
1818

1919
## Types of age
2020
Age is managed from the [Recognizers-text](https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-NumbersWithUnit.yaml#L3) GitHub repository
@@ -79,10 +79,10 @@ The following example shows the resolution of the **builtin.age** entity.
7979
}
8080
}
8181
```
82-
* * *
82+
* * *
8383

8484
## Next steps
8585

8686
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
8787

88-
Learn about the [currency](luis-reference-prebuilt-currency.md), [datetimeV2](luis-reference-prebuilt-datetimev2.md), and [dimension](luis-reference-prebuilt-dimension.md) entities.
88+
Learn about the [currency](luis-reference-prebuilt-currency.md), [datetimeV2](luis-reference-prebuilt-datetimev2.md), and [dimension](luis-reference-prebuilt-dimension.md) entities.

articles/cognitive-services/LUIS/luis-reference-prebuilt-currency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 10/14/2019
1313
ms.author: diberry
1414
---
1515

1616
# Currency prebuilt entity for a LUIS app
17-
The prebuilt currency entity detects currency in many denominations and countries/regions, regardless of LUIS app culture. Because this entity is already trained, you do not need to add example utterances containing currency to the application intents. Currency entity is supported in [many cultures](luis-reference-prebuilt-entities.md).
17+
The prebuilt currency entity detects currency in many denominations and countries/regions, regardless of LUIS app culture. Because this entity is already trained, you do not need to add example utterances containing currency to the application intents. Currency entity is supported in [many cultures](luis-reference-prebuilt-entities.md).
1818

1919
## Types of currency
2020
Currency is managed from the [Recognizers-text](https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-NumbersWithUnit.yaml#L26) GitHub repository
@@ -79,10 +79,10 @@ The following example shows the resolution of the **builtin.currency** entity.
7979
}
8080
]
8181
```
82-
* * *
82+
* * *
8383

8484
## Next steps
8585

8686
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
8787

88-
Learn about the [datetimeV2](luis-reference-prebuilt-datetimev2.md), [dimension](luis-reference-prebuilt-dimension.md), and [email](luis-reference-prebuilt-email.md) entities.
88+
Learn about the [datetimeV2](luis-reference-prebuilt-datetimev2.md), [dimension](luis-reference-prebuilt-dimension.md), and [email](luis-reference-prebuilt-email.md) entities.

articles/cognitive-services/LUIS/luis-reference-prebuilt-datetimev2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 01/07/2020
1313
ms.author: diberry
1414
---

articles/cognitive-services/LUIS/luis-reference-prebuilt-deprecated.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: seodec18
88
manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 07/29/2019
1313
ms.author: diberry
1414
---
@@ -38,7 +38,7 @@ Prebuilt entity | Example utterance | JSON
3838
**Encyclopedia** is available only in the `en-US` locale.
3939

4040
#### Encyclopedia subtypes
41-
Encyclopedia built-in entity includes over 100 sub-types in the following table: In addition, encyclopedia entities often map to multiple types. For example, the query Ronald Reagan yields:
41+
Encyclopedia built-in entity includes over 100 sub-types in the following table: In addition, encyclopedia entities often map to multiple types. For example, the query Ronald Reagan yields:
4242

4343
```json
4444
{
@@ -158,5 +158,5 @@ Prebuilt entity | Prebuilt entity (sub-types) | Example utterance
158158

159159
## Next steps
160160

161-
Learn about the [dimension](luis-reference-prebuilt-dimension.md), [email](luis-reference-prebuilt-email.md) entities, and [number](luis-reference-prebuilt-number.md).
161+
Learn about the [dimension](luis-reference-prebuilt-dimension.md), [email](luis-reference-prebuilt-email.md) entities, and [number](luis-reference-prebuilt-number.md).
162162

articles/cognitive-services/LUIS/luis-reference-prebuilt-dimension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ author: diberry
88
manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 10/14/2019
1313
ms.author: diberry
1414
---
1515

1616
# Dimension prebuilt entity for a LUIS app
17-
The prebuilt dimension entity detects various types of dimensions, regardless of the LUIS app culture. Because this entity is already trained, you do not need to add example utterances containing dimensions to the application intents. Dimension entity is supported in [many cultures](luis-reference-prebuilt-entities.md).
17+
The prebuilt dimension entity detects various types of dimensions, regardless of the LUIS app culture. Because this entity is already trained, you do not need to add example utterances containing dimensions to the application intents. Dimension entity is supported in [many cultures](luis-reference-prebuilt-entities.md).
1818

1919
## Types of dimension
2020

@@ -85,10 +85,10 @@ The following example shows the resolution of the **builtin.dimension** entity.
8585
}
8686
}
8787
```
88-
* * *
88+
* * *
8989

9090
## Next steps
9191

9292
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
9393

94-
Learn about the [email](luis-reference-prebuilt-email.md), [number](luis-reference-prebuilt-number.md), and [ordinal](luis-reference-prebuilt-ordinal.md) entities.
94+
Learn about the [email](luis-reference-prebuilt-email.md), [number](luis-reference-prebuilt-number.md), and [ordinal](luis-reference-prebuilt-ordinal.md) entities.

articles/cognitive-services/LUIS/luis-reference-prebuilt-domains.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 09/27/2019
1313
ms.author: diberry
1414
#source: https://raw.githubusercontent.com/Microsoft/luis-prebuilt-domains/master/README.md
@@ -22,10 +22,10 @@ This reference provides information about the [prebuilt domains](luis-how-to-use
2222

2323
## Custom domains per language
2424

25-
The table below summarizes the currently supported domains. Support for English is usually more complete than others.
25+
The table below summarizes the currently supported domains. Support for English is usually more complete than others.
2626

2727
| Entity Type | EN-US | ZH-CN | DE | FR | ES | IT | PT-BR | JP | KO | NL | TR |
28-
|:-----------------:|:-------:|:-------:|:-----:|:------:|:-----:|:-------:| :-------:| :-------:| :-------:| :-------:| :-------:|
28+
|:-----------------:|:-------:|:-------:|:-----:|:------:|:-----:|:-------:| :-------:| :-------:| :-------:| :-------:| :-------:|
2929
| Calendar ||||||||||||
3030
|Communication |||||||||||||
3131
| Email |||||||||||||
@@ -46,4 +46,4 @@ Prebuilt domains are **not supported** in:
4646

4747
## Next steps
4848

49-
Learn the [simple entity](reference-entity-simple.md).
49+
Learn the [simple entity](reference-entity-simple.md).

articles/cognitive-services/LUIS/luis-reference-prebuilt-email.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
11-
ms.topic: conceptual
11+
ms.topic: reference
1212
ms.date: 09/27/2019
1313
ms.author: diberry
1414
---
1515

1616
# Email prebuilt entity for a LUIS app
17-
Email extraction includes the entire email address from an utterance. Because this entity is already trained, you do not need to add example utterances containing email to the application intents. Email entity is supported in `en-us` culture only.
17+
Email extraction includes the entire email address from an utterance. Because this entity is already trained, you do not need to add example utterances containing email to the application intents. Email entity is supported in `en-us` culture only.
1818

1919
## Resolution for prebuilt email
2020

@@ -76,10 +76,10 @@ The following example shows the resolution of the **builtin.email** entity.
7676
}
7777
]
7878
```
79-
* * *
79+
* * *
8080

8181
## Next steps
8282

8383
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
8484

85-
Learn about the [number](luis-reference-prebuilt-number.md), [ordinal](luis-reference-prebuilt-ordinal.md), and [percentage](luis-reference-prebuilt-percentage.md).
85+
Learn about the [number](luis-reference-prebuilt-number.md), [ordinal](luis-reference-prebuilt-ordinal.md), and [percentage](luis-reference-prebuilt-percentage.md).

0 commit comments

Comments
 (0)