duckling_old icon indicating copy to clipboard operation
duckling_old copied to clipboard

Deprecated in favor of https://github.com/facebook/duckling

Results 70 duckling_old issues
Sort by recently updated
recently updated
newest added

Hey there! I'd like to extend Duckling to handle general time recurrence expressions, such as "the first of each month", "5 p.m. on weekends", "every Christmas", "every 10 minutes", etc....

Would be great to normalize in one unit, such as 67 inches here

enhancement

What are the best practices and examples for capturing free-text entities?

"what's on tv now" is getting " now" as a temporal entity than "now". " now" is a correct temporal entity, but the entity phrase should not include space. "now"...

The phrase "send every hour" should parse a duration of 1 hour. (ie: every minute, hour, day, month, year...) Equivalent to every 1 hour

Issue with intersect. Current outcome: {:from {:value "2014-04-24T20:00:00.000-07:00", :grain :hour}, :to {:value "2014-04-26T00:00:00.000-07:00", :grain :hour}

bug

Feedback from Dovfrank: What we currently do with ambiguous dates like 11/1/2015 is to decide based on the user time zone / country. If there was a param that we...

enhancement

Should we resolve and provide a time interval between Friday and Saturday?

from jstanden: When looking at the API output, I see that "from noon until 2pm" has a granularity of "hour". That's probably the main issue -- where it's adding an...

"by tomorrow 3:00pm" works but not this one. Issue with the Intersect and grain