tokenmill/timewords
Multilingual library to easily parse date strings to java.util.Date objects.
This library helps developers convert human-friendly date and time expressions into precise date objects. It takes diverse textual inputs like "2 weeks from now" or "28th February 2019" and provides standardized date and time outputs. Developers integrating time-sensitive features into their applications will find this tool useful.
No commits in the last 6 months.
Use this if you need to reliably parse various date strings, including relative and absolute expressions, into a standard Java Date object within your application.
Not ideal if you need to parse durations, intervals, or sets of dates, as it focuses only on specific points in time.
Stars
31
Forks
2
Language
Clojure
License
—
Category
Last pushed
Sep 04, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tokenmill/timewords"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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
akoumjian/datefinder
Find dates inside text using Python and get back datetime objects
DanielJDufour/date-extractor
Extract dates from text