Open
Description
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 me know. I followed the tutorial and was able to start the server just fine.
Metadata
Metadata
Assignees
Labels
No labels