akoumjian/datefinder
Find dates inside text using Python and get back datetime objects
Powered by a Rust-based parsing kernel, it handles relative expressions (e.g., "tomorrow", "in 3 days") and multiple date formats in a single pass, with optional reference-date anchoring for context-aware parsing. The v2 API returns typed match objects with confidence scores and structured values, while maintaining backward compatibility through legacy and compatibility modes; a CLI interface supports JSON output and stdin piping for document processing pipelines.
665 stars. No commits in the last 6 months.
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,...
DanielJDufour/date-extractor
Extract dates from text
yagays/ja-timex
自然言語で書かれた時間情報表現を抽出/規格化するルールベースの解析器
mike182uk/timestring
Parse a human readable time string into a time based value