Describe the bug
recognize "一个半小时" as "半小时"
To Reproduce
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