-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Description
Describe the bug
In fr-FR and fr-CA, the text “mars” is recognized as with TypeName “datetimeV2.date” and a null ResolutionValue, whereas other months (“avril”, “septembre”, etc.) are recognized with TypeName “datetimeV2.daterange” and complete ResolutionValue objects that include the appropriate timex.
To Reproduce
Steps to reproduce the behavior:
- DateTimeRecognizer.RecognizeDateTime("mars", "fr-fr")
- See text “mars” is recognized as with TypeName “datetimeV2.date” and a null ResolutionValue
Expected behavior
It should return a model with TypeName “datetimeV2.daterange” and ResolutionValue with timex “XXXX-03”
Platform (please complete the following information):
- Platform: .NET
- Environment: nuget package
- Version of package: v1.8.13
Metadata
Metadata
Assignees
Labels
No labels