sentibag
Simple sentiment analysis using bag of words model
Table of Contents
Install
This project uses node and npm.
$ npm install sentibag$ # OR $ yarn add sentibag
Usage
// { score: 3,// comparative: 3,// positive: { score: 3, words: [ 'love' ] },// negative: { score: 0, words: [] } }
Contribute
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT