Socket
Socket
Sign inDemoInstall

@nlpjs/nlu

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/nlu - npm Package Compare versions

Comparing version 4.7.2 to 4.7.4

6

package.json
{
"name": "@nlpjs/nlu",
"version": "4.7.2",
"version": "4.7.4",
"description": "Natural Language Understanding",

@@ -30,6 +30,6 @@ "author": {

"@nlpjs/language-min": "^4.6.0",
"@nlpjs/neural": "^4.6.0",
"@nlpjs/neural": "^4.7.4",
"@nlpjs/similarity": "^4.0.0-rc.4"
},
"gitHead": "17fdf147f3d6f2c8221880cbf4b2449f5ab96515"
"gitHead": "aba2d0ec20e3a007d9c753eea18c7f4c44cdcc00"
}

@@ -287,2 +287,9 @@ /*

input.classification = result;
input.explanation = [
{
token: '',
stem: '##exact',
weight: 1,
},
];
return input;

@@ -289,0 +296,0 @@ }

@@ -366,2 +366,7 @@ /*

const result = [];
result.push({
token: '',
stem: '##bias',
weight: explanation.bias,
});
for (let i = 0; i < tokens.length; i += 1) {

@@ -368,0 +373,0 @@ const stem = stems[i];

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