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

convo-integrator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convo-integrator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/convo.js

@@ -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",

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