Project

event_nlp

0.0
Low commit activity in last 3 years
No release in over a year
Parses a calendar event for date, time, and description e.g. hall 2 friday at 11am #=> {:title=>"hall 2", :date=>2017-05-12 11:...}
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.1, >= 0.1.19
~> 0.7, >= 0.7.1
 Project Readme

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