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

Currently, "tomorrow" and "the next day" return the same date (ie tomorrow). Would be interesting to have relative resolution based on previous datetime. Here, the "next day" is tied to...

need to create a new rule for this.

# duckling is an awesome thing. I have a simple query about its working. I was trying the online demo and I entered the sentence, `I'll meet her day after...

The [online demo](http://duckling-lib.org/) sometimes gives different results than running `play` using the checked out code. For example, for the query "friday at 12", the online demo gives noon (Friday, 20...

Add a rule to transform into an interval. Currently the 2nd "april" is captured also as part of the first datetime. ![image](https://cloud.githubusercontent.com/assets/6992759/5725298/7c0a4142-9b06-11e4-9374-ba560fa707cf.png)

Add a rule to resolve "since date" into an interval between date and now

enhancement

> Often people describe distances in feet and inches without mentioning the inches part. so 5 foot 10 really should come in as 2 distances 5 foot and 10 inches...

Example : - "at 5:40am in 3 days" will result in 2 datetime: - "at 5:40am" - "in 3 days"

Hello, This may not be an issue really but more of a beginner question. I am trying to define a simple grammar rule.e.g "lame" [#"(?i)start" (dim :time)] {:dim :lame :value...

It is nice that duckling supports languages but I thought it might be even more awesome if the language could be determined during input. i.e. some indicators if the input...

enhancement