@nlpjs/nlu
Advanced tools
Comparing version 4.26.1 to 4.27.0
{ | ||
"name": "@nlpjs/nlu", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Natural Language Understanding", | ||
@@ -33,3 +33,3 @@ "author": { | ||
}, | ||
"gitHead": "56eb4732b2b18834c988008a72956bb26b1fe7b0" | ||
"gitHead": "ce35f4e94c66a571471d24b10e1534a305842263" | ||
} |
@@ -141,2 +141,6 @@ /* | ||
getSentences() { | ||
return this.sentences; | ||
} | ||
remove(srcDomain, srcUtterance, srcIntent) { | ||
@@ -143,0 +147,0 @@ const domain = srcIntent ? srcDomain : defaultDomainName; |
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
62464
1382