Is there a natural language parser for dates/times in ColdFusion?

coldfusion, datetime, nlp

Solution

There's a (reportedly -- I've not used it) good one for Java called JChronic -- a port of the Ruby Chronic date parser. You could try using it.

It hasn't been updated since 2006, but should still be useful.

Problem

Is there a natural language parser for date/times in ColdFusion?

Original source