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.67k
stars
429
forks
source link
[Python][EN DateTimeV2] Fix for case like 'March one 2020' #3099
Recognizers fails to pick up the year for dates in the format of "Month(text) Day(text) Year(digit)":
April first 2021
→2023-04-01
/2024-04-01
March one 2020
→2023-03-01
/2024-03-01
There is also a problem with the resolved values - PastResolution is in the future when it should be in the past relative to ReferenceDateTime: