comtravo / ctparse

Parse natural language time expressions in python
https://www.comtravo.com
MIT License
131 stars 24 forks source link

Implemented ruleDateDowInterval #84

Closed gabrielelanaro closed 4 years ago

gabrielelanaro commented 5 years ago

The rule is applied when a date followed by an interval is observed.

if on Thursday we ask "Monday to Friday", we want ctparse to interpret Friday as the one following monday.

Issue #83

gabrielelanaro commented 3 years ago

I don't rememeber why did we close this?

sebastianmika commented 3 years ago

Good questions. Maybe evaluate the performance impact and if positive add the rule?