h-dong/serina
Natural Language Parser for date and time in Javascript
This tool helps developers working with JavaScript to easily convert human-written date and time phrases into a standardized format. You input common English sentences like "Remind me tomorrow 3pm" and it outputs a structured object containing a precise date and time. It's designed for JavaScript developers building applications that need to understand natural language dates.
No commits in the last 6 months. Available on npm.
Use this if you are a JavaScript developer who needs to parse natural language date and time expressions from user input into a machine-readable format.
Not ideal if you need to parse seconds, date/time ranges, or handle international date formats, as these features are still in development.
Stars
10
Forks
—
Language
TypeScript
License
MIT
Category
Last pushed
Oct 18, 2023
Monthly downloads
155
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/h-dong/serina"
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,...
akoumjian/datefinder
Find dates inside text using Python and get back datetime objects
DanielJDufour/date-extractor
Extract dates from text
mike182uk/timestring
Parse a human readable time string into a time based value