I am working on a Natural Language parser which examines a sentence in english and extracts some information like name, date etc.
for example: \"Lets meet next t
I don't think there's any framework out there that does that out of the box. What you can do is create a set of regular expressions to match those patterns.
I wrote a NLP script in Python's NLTK and fed the results to Ruby's chronic.