Socket
Socket
Sign inDemoInstall

stanford-corenlp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stanford-corenlp - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

1

lib/StanfordNLP.js

@@ -33,2 +33,3 @@ var java = require('java');

if ((callback != null) && typeof callback === 'function') {
console.log("pipeline");
this.loadPipeline(options, callback);

@@ -35,0 +36,0 @@ }

2

package.json
{
"name": "stanford-corenlp",
"version": "0.2.6",
"version": "0.2.7",
"author": "Hitesh Joshi <me@hiteshjoshi.com>",

@@ -5,0 +5,0 @@ "main": "index",

@@ -19,3 +19,3 @@ # node-stanford-corenlp

**Important!** You should download `stanford-corenlp-full-2014-01-04.zip` file and unzip to a folder and provide the path in the configuration. 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).
**Important!** You should download `stanford-corenlp-full-2014-06-16.zip` file and unzip to a folder and provide the path in the configuration. You can download the file from [here](http://nlp.stanford.edu/software/stanford-corenlp-full-2014-06-16.zip).

@@ -22,0 +22,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc