Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbrun
6327 days ago
Is the parsing algorithm for the location and date proprietary or is it based on something existing? If so, what?
1 comments
ngrandy
6326 days ago
it's custom built. the site is rails hosted on heroku. ruby already had some decent time/date parsing, and there is a great natural language time/date library called chronic that helps out too. but otherwise it's custom-built.
link