Parses a calendar event for date, time, and description e.g. hall 2 friday at 11am #=> {:title=>"hall 2", :date=>2017-05-12 11:...}


License
MIT
Install
gem install event_nlp -v 0.1.2

Documentation

Introducing the event_nlp gem

require 'event_nlp'

nlp = EventNlp.new
r = nlp.parse 'hall 2 friday at 11am'

#=> {:title=>"hall 2", :date=>2017-05-12 11:00:00 +0100} 

The event_nlp gem attempts to parse a calendar event to capture the data, time, and description.

Resources

event nlp eventnlp gem date