Comparing version 1.2.2 to 1.2.3
@@ -310,2 +310,6 @@ /* | ||
} | ||
if (!this.languages.includes(NlpUtil.getTruncatedLocale(locale))) { | ||
locale = this.guessLanguage(utterance); | ||
languageGuessed = true; | ||
} | ||
const truncated = NlpUtil.getTruncatedLocale(locale); | ||
@@ -312,0 +316,0 @@ const result = {}; |
{ | ||
"name": "node-nlp", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Library for NLU (Natural Language Understanding) done in Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
11437050
337327