convo-integrator
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,3 +27,3 @@ | ||
*/ | ||
function train = () => { | ||
var train = () => { | ||
classifier = new natural.BayesClassifier(); | ||
@@ -44,3 +44,3 @@ for (intent in intents) { | ||
*/ | ||
function classify = (phrase) => { | ||
var classify = (phrase) => { | ||
var classifications = classifier.getClassifications(phrase); | ||
@@ -47,0 +47,0 @@ console.log(classifications); |
{ | ||
"name": "convo-integrator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple tool to facilitate natural language interfaces.", | ||
@@ -5,0 +5,0 @@ "main": "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
3784