-
Notifications
You must be signed in to change notification settings - Fork 430
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
[* Number] Output isn't consistent across cultures #774
Comments
Yes, all values should use a consistent format (. as decimal separator). This is a known issue !! This has been cancelled as the issue was considered a breaking change !! |
While working on the NumberRangeModel for Dutch, I am facing this issue again. If I use the comma as decimal seperator, it messes up with the outcome. example: (0,5,)
|
Describe the bug does not take a culture parameter which breaks the To Reproduce
Platform (please complete the following information):
Additional context |
@hansmbakker, also related to #885. |
@tellarin, should we address this one? |
Issue still pending as changing the default output was considered a breaking change. |
When using the NumberModel across multiple cultures in a single application, it can be quite confusing. For example; in Europe the decimal seperator is a comma (,) instead of a dot (.). This is parsed correctly by the Model, however in the output
value
it is also reflected.It this something which should be changed in Recognizers-Text? Or something that should be added to the documentation to avoid confusion.
> LUIS interprets the variations in user utterances and returns consistent numeric values.
English
German
The text was updated successfully, but these errors were encountered: