Closed gabrielelanaro closed 2 years ago
If I run this, I get
CTParse(2015-10-21 06:55 (X/X), (126, 107, 127, 'ruleHHMM', 'ruleDDMMYYYY', 'rulePOD', 'rulePODTOD', 'ruleDateTOD'), 18.212176626989645)
What did you expect?
I would expect (maybe incorrectly? need to check annotations)
2015-10-21 06:55 (X/morning)
There is the rulePODTOD
which will merge the two into a time. I guess you would need to adjust the production of that rule to include the POD
- currently it tries to guess whether the TOD
can reasonably match the POD
and then just keeps the TOD
Parses correctly in 0.3.3
top-2 parses are:
2015-10-21 X:X (X/morning), 2015-10-21 06:55 (X/X),
Somehow, the time of day and specific times are conflicting