node-corenlp
node-corenlp copied to clipboard
CoreNLP @ NodeJS
Thanks so much for building this library. I was just wondering what might be in the way of supporting node environments > v9?
Tried to browserify my js file requiring corenlp, and only succeeded after I manually modified the line: `"request-promise-native": "./src/polyfills/request-promise-native.js",` to `"request-promise-native": "./dist/polyfills/request-promise-native.js",` I am new to node.js, and not sure...
Bumps [eslint](https://github.com/eslint/eslint) from 4.5.0 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...
This note may be obvious to more experienced users, but I had a small difficulty because of what may be an inconsistency between the docs and the shipped example configuration....
Working on a react app and I get an error that request-promise-native from corenlp cannot be resolved. This can be fixed by changing the path to the package under 'browser'...
I extracted the types from jsdocs using a template "tsd-jsdoc" & made some changes. The namespace had to be renamed & rearranged. The following code works for me Hope its...
This aims to close #50. Uploading this as a work in progress, since natlog is not complete, yet. @gerardobort maybe you can take a quick look and check if I...
It would be great to have support for the Annotators [natlog](https://stanfordnlp.github.io/CoreNLP/natlog.html) and [openIE](https://stanfordnlp.github.io/CoreNLP/openie.html). I am pretty new to open source software, but motivated to help wherever I can with the...
Hi, So glad to see a node interface to CoreNLP. As I am new to working with this API, I am wondering the best practices with starting from a document...