Time dim only captures first part of time in Arabic
Open
- Dominant language
- Haskell
- Stars
- 4.3k
- Forks
- 740
- PR merge metrics
- No merged PRs in 30d
Description
Example:
if I enter "في 14:30"
I get:
[[{'tag': 'time', 'start': 0, 'end': 5, 'body': 'في 14', 'value_norm': {'values': [{'value': '2025-10-09T02:37:09.113-07:00', 'grain': 'second', 'type': 'value'}], 'value': '2025-10-09T02:37:09.113-07:00', 'grain': 'second', 'type': 'value'}, 'latent': False}]]
Is there a way to get the entire time to be captured? Hours and minutes? like: 14:30 or 14:30 pm?
Contributor guide
Assessment
This issue has not been assessed yet.