Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Natural language date/time parser for .NET? [closed]

Tags:

.net

datetime

nlp

Does anyone know of a .NET date/time parser similar to Chronic for Ruby (handles stuff like "tomorrow" or "3pm next thursday")?

Note: I do write Ruby (which is how I know about Chronic) but this project must use .NET.

like image 858
palmsey Avatar asked Aug 22 '08 22:08

palmsey


1 Answers

We developed exactly what you are looking for on an internal project. We are thinking of making this public if there is sufficient need for it. Take a look at this blog for more details: http://precisionsoftwaredesign.com/blog.php.

Feel free to contact me if you are interested: [email protected]

This library is now a SourceForge project. The page is at:

http://www.SourceForge.net/p/naturaldate

The assembly is in the downloads section, and the source is available with Mercurial.

like image 183
Eric Avatar answered Sep 22 '22 23:09

Eric