nlp-wordpos
Advanced tools
Comparing version 0.0.18 to 0.0.20
'use strict'; | ||
const WordPos = require('wordpos'); | ||
const WordNet = require('node-wordnet'); | ||
const WordNet = require('node-wordnet-fixed'); | ||
const SpellChecker = require('simple-spellchecker'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "nlp-wordpos", | ||
"version": "0.0.18", | ||
"version": "0.0.20", | ||
"description": "nlp-wordpos", | ||
@@ -8,3 +8,4 @@ "main": "nlpwordpos.js", | ||
"dependencies": { | ||
"node-wordnet": "^0.1.12", | ||
"nlp-es6-shim2": "^0.22.2", | ||
"node-wordnet-fixed": "^0.1.16", | ||
"simple-spellchecker": "^0.9.7", | ||
@@ -20,3 +21,2 @@ "thesaurus-com": "^1.2.1", | ||
"license": "ISC", | ||
"keywords": [ | ||
@@ -23,0 +23,0 @@ "Nlp", |
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
54766
8
344
6
+ Addednlp-es6-shim2@^0.22.2
+ Addednode-wordnet-fixed@^0.1.16
- Removednode-wordnet@^0.1.12
- Removedasync@0.9.2(transitive)
- Removedbluebird@2.11.0(transitive)
- Removedes6-shim@0.22.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removednode-wordnet@0.1.12(transitive)