positivity-js

1.0.2 • Public • Published

positivity-js

This npm package tells you if the package is in a positive or negative state. Can be used to classify reviews automatically.

Installation

npm install positivity-js

or

yarn add positivity-js

Usage

const positivity = require('positivity-js');
positivity.predictSentence('This is a good package').then(result => {
    // Your code here
    // Result is a boolean
}).catch(err => {
    // Your code here
});

Readme

Keywords

none

Package Sidebar

Install

npm i positivity-js

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

232 kB

Total Files

7

Last publish

Collaborators

  • sudipmondal