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

Support relative datetimes #170

Open akoumjian opened 2 years ago

akoumjian commented 2 years ago

We want to support natural language features to interpret relative datetimes. For example, "next Friday" would resolve to the date of the friday following the specified base_date, which would default to today.