quire-io/SwiftyChrono
A natural language date parser in Swift (ported from chrono.js)
This tool helps developers quickly extract date and time information from everyday text, like "tomorrow" or "last Friday." It takes unstructured natural language input and outputs a structured date object that can be used in an application. iOS app developers can use this to make their apps smarter and more user-friendly when dealing with dates.
205 stars. No commits in the last 6 months.
Use this if you are an iOS developer building an app that needs to understand and process various date and time expressions from user-entered text.
Not ideal if you need to parse dates in languages other than English or if you are not developing in Swift for Apple platforms.
Stars
205
Forks
66
Language
Swift
License
MIT
Category
Last pushed
Mar 02, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/quire-io/SwiftyChrono"
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