akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
634 stars 166 forks source link

Identifying days, weeks, months and years #133

Open michaelkateregga opened 4 years ago

michaelkateregga commented 4 years ago

I have paragraphs that have phrases like "six (6) months", "180 days" I would like to be able to identify such and compare them against each other throughout the document and then standardize them. Can this tool resolve this?