stanford-corenlp
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "stanford-corenlp", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"author": "Hitesh Joshi <me@hiteshjoshi.com>", | ||
@@ -5,0 +5,0 @@ "main": "index", |
@@ -15,4 +15,10 @@ # node-stanford-corenlp | ||
Will update this section soon. | ||
node-stanford-simple-nlp depends on [Standord CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml) v3.3.1. And don't forget to [set proper environment variables](https://github.com/nearinfinity/node-java) like `JAVA_HOME` in your system. | ||
$ npm install stanford-corenlp | ||
**Important!** You should download `stanford-corenlp-full-2014-01-04.zip` file and unzip to the ./jar folder. You can download the file from [here](http://www-nlp.stanford.edu/software/stanford-corenlp-full-2014-01-04.zip). This file couldn't be pushed to github & npm because of its too big size(about 214MB). | ||
## Usage | ||
@@ -19,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14598
67