akoumjian/datefinder
Find dates inside text using Python and get back datetime objects
This tool helps anyone who needs to extract dates from raw, unstructured text like emails, reports, or legal documents. You input a block of text, and it outputs all the dates it finds, converted into a standard, usable format. It's designed for data analysts, researchers, or business users dealing with mixed-format information.
665 stars. No commits in the last 6 months.
Use this if you need to reliably find and parse various date formats, including relative dates like 'tomorrow,' from diverse text sources within a Python environment.
Not ideal if your dates are already in a structured format, or if you primarily work outside of a Python development workflow.
Stars
665
Forks
170
Language
HTML
License
MIT
Category
Last pushed
May 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/akoumjian/datefinder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
adbar/htmldate
Fast and robust date extraction from web pages, with Python or on the command-line
alvinwan/timefhuman
Extract datetimes and durations from natural language text as Python objects. Supports ranges,...
mike182uk/timestring
Parse a human readable time string into a time based value
DanielJDufour/date-extractor
Extract dates from text
xkzhangsan/xk-time
xk-time...