Nandini
Nandini
Getting the following exception : rasa-nlu-trainer/server.js:18 pkg, ^ SyntaxError: Unexpected token , at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16)...
### WHY are these changes introduced? Fixes #0000 ### WHAT is this pull request doing? ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces) 🗒 [General tophatting guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md) 📄 [Changelog guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog)...
try { nlp.parse('Bob Brought the pizza to Alice.').then(function(output) { console.log(output); // console.log(JSON.stringify(output[0].parse_tree, null, 2)); // res.send(JSON.stringify(output[0].parse_tree, null, 2)); }); }catch (e) { console.log("error"); console.log(e); } output is null. Please let...
Testing?
It would be great if you could include some example commands, that will help test this model