We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A very common Chinese date expression is not recognized
To Reproduce
>>> from recognizers_date_time import Culture, recognize_datetime >>> recognize_datetime("下个星期", Culture.Chinese) [] >>> recognize_datetime("下星期", Culture.Chinese) []
Expected behavior Should return the date range for next week.
Platform (please complete the following information):
$ pip show recognizers-text-date-time Name: recognizers-text-date-time Version: 1.0.2a2 Summary: recognizers-text-date-time README Home-page: https://github.com/Microsoft/Recognizers-Text Author: Microsoft Author-email: UNKNOWN License: MIT Location: /Users/zhangfan/miniconda3/envs/lip/lib/python3.9/site-packages Requires: datedelta, recognizers-text, recognizers-text-number, recognizers-text-number-with-unit, regex Required-by:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A very common Chinese date expression is not recognized
To Reproduce
Expected behavior
Should return the date range for next week.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: