Steven Troxler
Steven Troxler
Hi @shubhamchaurasia1 - I can try to collect some resources for how to get started working on Duckling language models in the next 2-3 weeks. Unfortunately we don't have much...
The training happens out-of-band - there's an executable that will use the training corpus to fit a very simple statistical model, and re-generate source files that include hardcoded weights. I've...
I did confirm that running ``` stack build :duckling-regen-exe && stack exec duckling-regen-exe && stack test ``` on my laptop seems to work alright, I think this is all you...
Unfortunately I'm not familiar with vscode debugging of Haskell code, you'd probably have to find a foruim where there are Haskell stack experts. For what it's worth, when developing new...
The full details will definitely require some digging. In case it may help unblock you, I posted some notes I took on Duckling internals last year at https://gist.github.com/stroxler/1187695c98e94b0f3ea7dbc1efadf0a8 I'm hoping...
I think that might be hard to do - we want to parse the text into separate tokens because things like 25lbs need text separated (and even dates, like 2021AD)....
Update on this: "a $100" now returns correct results because there's a new rule to handle it: ``` debug (makeLocale EN Nothing) "a $ 100 check" [Seal AmountOfMoney] a (a...
cc @martindemello - if you are trying to run these codemods, you may need to apply the patch above so that things run in serial (or write your own commandline...
I'm hoping to fix this in the next month or two, it is affecting our ability to add annotations that empower static analysis
Running CI, I'll merge if it comes back clean