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

I think because for the duration '-', it's considering both July 10-11 and 01-July-2018 as same.

While quite a few of the popular FB OSS being re-licensed, is Duckling (Old) still supposed to follow the old license? I also do realize that the rewritten Duckling too...

Hello, I'm extending duckling for Georgian language. I have rule `#"სამი"` and when testing on string "სსამი" the rule is not working. When there is any other character before rule...

Some Hebrew examples are failing, I will comment them out first, then investigate

https://wit.ai/getting-started Under "make a request" I change the text and click "send to Wit.ai" and nothing happens. There's an exception thrown by JQuery.

How can this library be converted to javascript code that node can run using clojurescript?

Example: "between 7 p.m. and 8 p.m. on Friday" ``` From Tuesday, 28 March 2017 at 19:00:00 -0700 (-07:00) to Friday, 31 March 2017 at 21:00:00 -0700 (-07:00) :hour ```...

Hi, Would be great if you could also handle a phrase like: "23 of next month" Currently it understands it as the first of the next month

I'm trying to add a confidence key to duckling's output. `{:dim :number, :body "43", :value {:type "value", :value 43}, :start 0, :end 2, :confidence 1.0}` I'm using `Math/exp` to convert...

I do not have very good idea about Java-Clojure interop. Is there any plan releasing documentation of public methods to use from Java program or a Java API?