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

Language Handling in Intent Service #192

Open
2 tasks
NeonDaniel opened this issue Dec 20, 2021 · 3 comments
Open
2 tasks

Language Handling in Intent Service #192

NeonDaniel opened this issue Dec 20, 2021 · 3 comments
Labels
feature New feature or request question Further information is requested

Comments

@NeonDaniel
Copy link
Member

NeonDaniel commented Dec 20, 2021

Objective

Improve Intent Handling Language Support

Initial Implementation Goals

  • Handle intent matching in the user input language
  • If no intent matched, handle translation to core language and intent match again

Open Issues

  • How should fallback intents be handled (all but unknown use input language, some confidence level before trying in core language?)
  • Should language fallback order be configurable?
@NeonDaniel
Copy link
Member Author

#204

@NeonDaniel
Copy link
Member Author

Language detection can be disabled by default for single-user use cases (i.e. Mark2)

@NeonDaniel
Copy link
Member Author

#502 handles a configured supported_langs parameter, where configuration defines which languages to handle natively vs via translation to the default language (en-us)

@NeonDaniel NeonDaniel added feature New feature or request question Further information is requested labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request question Further information is requested
Projects
Status: Low Priority
Development

No branches or pull requests

1 participant