You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from recognizers_date_time import Culture, recognize_datetime
recognize_datetime("一个半小时", Culture.Chinese)
for result in results:
print(result.text)
"半小时"
Expected behavior
output "一个半小时"
Platform (please complete the following information):
Platform: Python
Environment: pip
Version of package 1.0.2a2
The text was updated successfully, but these errors were encountered:
Describe the bug
recognize "一个半小时" as "半小时"
To Reproduce
Expected behavior
output "一个半小时"
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: