Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add escape brackets in utterance capability #1104

Merged
merged 2 commits into from Feb 1, 2021
Merged

Conversation

feich-ms
Copy link
Contributor

@feich-ms feich-ms commented Feb 1, 2021

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 .

@feich-ms feich-ms merged commit b2ce5f5 into main Feb 1, 2021
@feich-ms feich-ms deleted the feich/enableEscapeChars branch February 1, 2021 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable escape characters in luis converter
2 participants