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

Add escape brackets in utterance capability - #1104

Merged
Fei Chen (feich-ms) merged 2 commits into
mainfrom
feich/enableEscapeChars
Feb 1, 2021
Merged

Fei Chen (feich-ms) merged 2 commits into
mainfrom
feich/enableEscapeChars

Conversation

@feich-ms

Copy link
Copy Markdown
Contributor

fix #1102. After the fix, to escape the brackets in utterances, just use { or }. List some escape examples as below.

  • this is another {from = one} from {to = tokyo} \in japan => this is another {from = one} from {to = tokyo} \in japan
  • this is another \{@from = one} from {@to = tokyo} => this is another \one from tokyo (entity names are @from and @to)

Currently we only support escape three chars: { or } or .

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.

Enable escape characters in luis converter

2 participants