Contribute Media
A thank you to everyone who makes this possible: Read More

ctparse: a practical parser for natural language time expressions in pure python

Description

Parsing natural language time expressions into structured data is challenging. Whilst there are quite a few tools, many are either too simplistic or problematic in a python setup. ctparse is a pure python library (MIT- License) build on straight forward concepts, allowing to parse complex expressions efficiently and can easily be adjusted for domain specific use cases.

Details

Improve this page