afinn111-lexicon
v1.0.0
Published
AFINN 111 list of English words rated for valence
Downloads
1
Readme
afinn111-lexicon
AFINN 111 list of English words rated for valence
Table of Contents
Install
This project uses node and npm.
$ npm install afinn111-lexicon
$ # OR
$ yarn add afinn111-lexicon
Usage
const afinn111 = require('afinn111-lexicon')
console.log(Object.keys(afinn111)) // [ 'abandon', 'abandoned', ...]
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