comtravo / ctparse

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

Time expression "02 Mär 2020 - 03 Mär 2020" fails to parse correctly #91

Closed gabrielelanaro closed 4 years ago

gabrielelanaro commented 4 years ago

The problem here is only the max_stack_depth. Setting it to 50 fixes the problem