Socket
Socket
Sign inDemoInstall

node-nlp

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nlp - npm Package Compare versions

Comparing version 4.14.3 to 4.14.4

8

package.json
{
"name": "node-nlp",
"version": "4.14.3",
"version": "4.14.4",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",

@@ -54,4 +54,4 @@ "author": {

"@nlpjs/nlg": "^4.14.0",
"@nlpjs/nlp": "^4.14.3",
"@nlpjs/nlu": "^4.14.2",
"@nlpjs/nlp": "^4.14.4",
"@nlpjs/nlu": "^4.14.4",
"@nlpjs/request": "^4.13.2",

@@ -62,3 +62,3 @@ "@nlpjs/sentiment": "^4.14.1",

},
"gitHead": "1f8a3bcfe527f0dbb6c7effdfe092b9b9af0d02a"
"gitHead": "5df789ae0738c8d45c964eb0aa9958a36226a9d2"
}

@@ -307,2 +307,10 @@ /*

addCorpora(corpora) {
this.nlp.addCorpora(corpora);
}
addCorpus(corpus) {
this.nlp.addCorpus(corpus);
}
async trainAndEvaluate(fileName) {

@@ -309,0 +317,0 @@ let corpus = fileName;

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