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

Failing to understand April 28th to 29th. Will only choose the first month and date "April 28th". If change it to "April 28 to 29th" it will resolve

Something like this... Monday, Tuesday, wednesday and Friday it currently only picks up "wednesday"

having issues with duckling understanding the following - any shortened abbreviations such as 1hr, 5min, 4secs, 1 hr, 5 min, 4 secs - also there is an issue understanding things...

I was testing the query 'quinta que vem' in portuguese It should pick up Thursday on the next week. Not the next Thursday.

Hello Loading the default config takes more than 15s while loading a smaller french corpus/rules subset still takes 5s for me. Looking at the code, it seems that the loading...

It appears that duckling cannot parse simple decimals beyond the tenth position, e.g. ``` => (p/parse :en$core "one point one two three" [:number]) ({:end 17, :start 14, :value {:type "value",...

When parsing long durations, `100 Years` e.g. an exception occurs: `java.lang.ArithmeticException: Value cannot fit in an int: 3155673600`.

This is not necessarily an issue, but a request for clarification. In attempting to define a simple grammar (e.g., "create a job") in which "create" is a :verb and "job"...

need to better intersect. Works for "on monday afternoon at 2:30" though

Hi, I've noticed an eval issue while using Wit.ai on my app I was testing the query 'posted on 5th june'. Expected result: Date- 5th June 2015 Actual result: Date-...