node-nlp-typescript
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -17,2 +17,3 @@ export interface NlpManagerSettings { | ||
settings?: any; | ||
forceNER?: boolean; | ||
processTransformer?: (result: any) => any; | ||
@@ -19,0 +20,0 @@ } |
{ | ||
"name": "node-nlp-typescript", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "nlp.js from axa-group in typescript 🚀. NLP library for building bots 🤖, with entity extraction, sentiment analysis, automatic language identification, and more. ", | ||
@@ -51,3 +51,2 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "^18.15.10", | ||
"tsup": "^6.7.0", | ||
@@ -71,4 +70,5 @@ "typescript": "^5.0.2" | ||
"@nlpjs/similarity": "^4.26.1", | ||
"@nlpjs/xtables": "^4.25.0" | ||
"@nlpjs/xtables": "^4.25.0", | ||
"@types/node": "^18.15.11" | ||
} | ||
} |
@@ -30,2 +30,3 @@ import fs from 'fs'; | ||
settings?: any | ||
forceNER?: boolean | ||
processTransformer?: (result: any) => any | ||
@@ -32,0 +33,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
159280
2
3763
16
+ Added@types/node@^18.15.11
+ Added@types/node@18.19.64(transitive)
+ Addedundici-types@5.26.5(transitive)