@telefonica/language-model-converter
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -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
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
87128
986