Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
MIT License
1.68k
stars
431
forks
source link
Information loss in parsed number value and result in scientific notation. #3105
Parsed numbers can be in scientific notation, and lose information as not all digits are included.
Example:
Is there a way to retreive the full information from the result? (so the full "11111111111111122222222222").
Platform: .NET Microsoft.Recognizers.Text.Number 1.8.8