Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@telefonica/language-model-converter

Package Overview
Dependencies
Maintainers
14
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telefonica/language-model-converter - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

lib/parser.js

@@ -117,5 +117,3 @@ "use strict";

}
return ner ?
strword :
LanguageModelParser.tokenize(strword).join(' ');
return LanguageModelParser.tokenize(strword).join(' ');
})

@@ -122,0 +120,0 @@ .join(',');

{
"name": "@telefonica/language-model-converter",
"version": "3.2.0",
"version": "3.2.1",
"description": "Language model converter yaml <-> json for LUIS",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -166,5 +166,3 @@ /**

}
return ner ?
strword :
LanguageModelParser.tokenize(strword).join(' ');
return LanguageModelParser.tokenize(strword).join(' ');
})

@@ -171,0 +169,0 @@ .join(',');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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