[DE Number] Support for German numbers in JS/Python #1516
PeterSchoell
started this conversation in
General
Replies: 2 comments
-
Support for German currently only exists in .NET. Any help in propagating to JavaScript is very welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Attempt to convert the Recognizer result to an integer. This SHOULD works for "a dozen", "twelve", "12", and so on. Correspondingly for the German terms like "Zwölf" or "Zehn"
Javascript:
const results = Recognizers.recognizeNumber(input, Recognizers.Culture.German);
This works fine for English culture, but not for German culture.
Proposed change
Add German prebuilt entities
See also: microsoft/botframework-sdk#3540
Beta Was this translation helpful? Give feedback.
All reactions