Skip to content

Commit 2c6b1e4

Browse files
Merge pull request #214837 from hazemelh/patch-27
Update data-formats.md
2 parents 7fb0747 + 843ab5a commit 2c6b1e4

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding/concepts

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/concepts/data-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you're [importing a project](../how-to/create-project.md#import-project) into
119119
| `length` | ` ` | The character length of the entity. |`5`|
120120
| `listKey`| ` ` | A normalized value for the list of synonyms to map back to in prediction. | `Microsoft` |
121121
| `values`| `{VALUES-FOR-LIST}` | A list of comma separated strings that will be matched exactly for extraction and map to the list key. | `"msft", "microsoft", "MS"` |
122-
| `regexKey`| `{REGEX-PATTERN}` | A regular expression. | `ProductPattern1` |
122+
| `regexKey`| `{REGEX-PATTERN}` | A normalized value for the regular expression to map back to in prediction. | `ProductPattern1` |
123123
| `regexPattern`| `{REGEX-PATTERN}` | A regular expression. | `^pre` |
124124
| `prebuilts`| `{PREBUILT-COMPONENTS}` | The prebuilt components that can extract common types. You can find the list of prebuilts you can add [here](../prebuilt-component-reference.md). | `Quantity.Number` |
125125
| `requiredComponents` | `{REQUIRED-COMPONENTS}` | A setting that specifies a requirement that a specific component be present to return the entity. You can learn more [here](./entity-components.md#required-components). The possible values are `learned`, `regex`, `list`, or `prebuilts` |`"learned", "prebuilt"`|

0 commit comments

Comments
 (0)