Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

[Cross-Train] avoid qna questions with brackets to be added to crosstrained lu file - #1067

Merged
Fei Chen (feich-ms) merged 3 commits into
mainfrom
feich/removeAllPatternsInCrossTrain
Dec 7, 2020
Merged

Fei Chen (feich-ms) merged 3 commits into
mainfrom
feich/removeAllPatternsInCrossTrain

Conversation

@feich-ms

Copy link
Copy Markdown
Contributor

fix #1064 to avoid qna questions with brackets to be added to crosstrained lu file since brackets that doesn't have '|' in it is not permitted in luis pattern definition. e.g. xxx(aaa)yyy is not allowed by luis pattern, but xxx(aaa|bbb) is allowed. To reduce the uncertainty, we did a fix here to avoid qna questions with brackets to be added to crosstrained lu file.

@feich-ms
Fei Chen (feich-ms) merged commit 3315f42 into main Dec 7, 2020
@feich-ms
Fei Chen (feich-ms) deleted the feich/removeAllPatternsInCrossTrain branch December 7, 2020 08:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cross-train should filter qna questions with brackets in crosstrained lu results to avoid introducing pattern validation failures in luis build

2 participants