Recognizers-Text
Recognizers-Text copied to clipboard
[Python | EN DateTimeV2] Fix detection of Monday 21 to match .NET implementation
This is just a small update to match the .NET implementation and fix the detection of "Monday 21st" / "Monday 21" / etc.
So went down a bit of a rabbit hole here as I noticed the original change didn't resolve anything at the Model test level, so fixed for extractor and went through running all the python tests to see which ones were actually passing now.
To be reviewed soon.