eduir

1.0.1 • Public • Published

Eduir

Educated intent recogniser (Edu ir)

The first version of this package (v1.0.0) is simply a wrapper for molir that fixes some bugs and shortcomings.

The second version (v2.0.0) will be a standalone library based on an informed BDI (Beliefs, desire, intent) structuring

Installation

NPM

    npm i --save eduir

Yarn

    yarn add eduir

Usage

Simple classifier (built on molir)

const Eduir = require('eduir');
const classifier = new Eduir(intents, score).simpleClassifier;
classifier.classify('Test utterance')
  .then( (result) => {
    console.log(result);
  });

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eduir

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.81 kB

    Total Files

    4

    Last publish

    Collaborators

    • truemedia