Skip to content

Commit 17325e7

Browse files
committed
add patterns content links
1 parent fec0416 commit 17325e7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

articles/cognitive-services/LUIS/luis-concept-patterns.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,11 @@ Learn pattern syntax from the [pattern syntax reference](reference-pattern-synta
6464

6565
## Next steps
6666

67+
Learn more about patterns:
68+
69+
* [How to add patterns](luis-how-to-model-intent-pattern.md)
70+
* [How to add pattern.any entity](luis-how-to-add-entities.md##add-a-patternany-entity)
71+
* [Patterns Syntax](reference-pattern-syntax.md)
72+
6773
> [!div class="nextstepaction"]
6874
> [Learn how to implement patterns in this tutorial](luis-tutorial-pattern.md)

articles/cognitive-services/LUIS/luis-how-to-add-entities.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ To use the pattern.any entity, add a pattern on the **Patterns** page, in the **
155155

156156
If you find that your pattern, when it includes a Pattern.any, extracts entities incorrectly, use an [explicit list](reference-pattern-syntax.md#explicit-lists) to correct this problem.
157157

158-
The syntax for a role is **`{Entityname:Rolename}`** where the entity name is followed by a colon, then the role name. For example, `Move {personName} from {Location:Origin} to {Location:Destination}`.
159-
160158
## Do not change entity type
161159

162160
LUIS does not allow you to change the type of the entity because it doesn't know what to add or remove to construct that entity. In order to change the type, it is better to create a new entity of the correct type with a slightly different name. Once the entity is created, in each utterance, remove the old labeled entity name and add the new entity name. Once all the utterances have been relabeled, delete the old entity.
@@ -165,6 +163,11 @@ LUIS does not allow you to change the type of the entity because it doesn't know
165163

166164
## Next steps
167165

166+
Learn more about patterns:
167+
168+
* [Patterns Concepts](luis-concept-patterns.md)
169+
* [Patterns Syntax](reference-pattern-syntax.md)
170+
168171
For more information about prebuilt entities, see the [Recognizers-Text](https://github.com/Microsoft/Recognizers-Text) project.
169172

170173
For information about how the entity appears in the JSON endpoint query response, see [Data Extraction](luis-concept-data-extraction.md)

articles/cognitive-services/LUIS/reference-pattern-syntax.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,10 @@ Punctuation marks (`?`, `!`, `.`) should be ignored and you need to ignore them
131131

132132
## Next steps
133133

134+
Learn more about patterns:
135+
136+
* [How to add patterns](luis-how-to-model-intent-pattern.md)
137+
* [How to add pattern.any entity](luis-how-to-add-entities.md##add-a-patternany-entity)
138+
* [Patterns Concepts](luis-concept-patterns.md)
139+
134140
Understand how [sentiment](luis-reference-prebuilt-sentiment.md) is returned in the .json response.

0 commit comments

Comments
 (0)