1.0.1 • Published 4 years ago

node-linear v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Node-Linear

What

This repo is a nodejs binding for LibLinear.

It's developed and maintained by the botpress team which is by far the best conversational AI platform there is for nodejs environment (probably the best conversational AI platform there is at all).

Installation

Install with npm by typingg command npm i node-linear or from sources:

  1. Clone this repo.
  2. At the project's root directory type yarn && yarn build
  3. Open a terminal and start node interpreter
  4. type command const nlinear = require(".")

Usage

Check out tests-js/nlinear.test.ts file for a detailed usage example.

Typescript

For typescript usage, checkout the nsvm.d.ts file at the project's root directory.

Contributing

Feel free to open a PR to contribute this project.

1.0.1

4 years ago

1.0.0

4 years ago

1.0.2

4 years ago