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.3.3 to 0.3.4

corenlp/LICENSE.txt

7

examples/hashtagger/tag_generator.js
var NLP = require('./../../');
var path = require('path');
console.log(path.join ( __dirname,'/../../corenlp'))
var config = {
//NOTE: path should be in config file
'nlpPath':path.join ( __dirname,'./stanford-corenlp-full-2014-06-16'), //the path of corenlp
'version':'3.4', //what version of corenlp are you using
'nlpPath':path.join ( __dirname,'/../../corenlp'), //the path of corenlp
'version':'3.5.2 ', //what version of corenlp are you using
'annotators': ['tokenize', 'ssplit', 'pos', 'lemma', 'ner', 'parse'] //optional!

@@ -9,0 +8,0 @@

@@ -8,3 +8,3 @@ var NLP = require('../');

'version':'3.5.2', //what version of corenlp are you using
'annotators': ['tokenize', 'ssplit', 'pos', 'lemma', 'ner', 'parse', 'dcoref'] //optional!
'annotators': ['tokenize','ssplit','pos','parse','sentiment'] //optional!

@@ -11,0 +11,0 @@ };

{
"name": "stanford-corenlp",
"version": "0.3.3",
"version": "0.3.4",
"author": "Hitesh Joshi <me@hiteshjoshi.com>",

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

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