Skip to content

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

License

Notifications You must be signed in to change notification settings

sudip-mondal-2002/positivity-js

Repository files navigation

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

Find the ML notebook here.

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
});

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published