duckling icon indicating copy to clipboard operation
duckling copied to clipboard

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.

Results 135 duckling issues
Sort by recently updated
recently updated
newest added

Hi, i really love Duckling, but one datetime parsing isnt quite right in german: "dayofMonth monthAsNumber at timeOfDay" for example: `am vierten achten um dreizehn uhr` should return `2022-08-04T13:00:00.000-07:00` but...

Hey everyone i am having problems with adding Serbian LNG , (52)Empty reply from server . Does anyone have suggestion on how to fix this issue . I build app...

Hey everyone i am having problems with adding Serbian LNG , (52)Empty reply from server . Does anyone have suggestion on how to fix this issue . I build app...

``` => [builder 5/7] ADD . . 0.2s => ERROR [builder 6/7] RUN stack setup 0.2s ------ > [builder 6/7] RUN stack setup: #13 0.186 /bin/sh: 1: stack: not found...

Today Duckling doesn't allow to create multiple patterns to match against a single word. As a result, we can't compose rules/dimensions and have to duplicate the regexes. This is the...

enhancement

Hi Team, I am facing issue in extracting two date field using duckling extractor: curl -XPOST http://.0.0.0.0:8000/parse --date 'locale=en_GB&text=Block dates from today to tomorrow' The date for today is getting...

Currently a phrase like "before the end of the month" gives an interval as expected, but the end date is not the last day of the month. Examples: ``` curl...

bug
help wanted

added currencies ("₹", INR), ("R", INR) and ('etb', ETB)

CLA Signed

if you provide an input like `say hi at 5pm`, the matching range and body will be `at 5pm`. I'm trying to figure out if there is a reliable way...