Skip to content

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

Notifications You must be signed in to change notification settings

jrobertson/event_nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages