Skip to content

tiaanduplessis/afinn111-lexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afinn111-lexicon

package version package downloads standard-readme compliant package license make a pull request

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

About

AFINN 111 list of English words rated for valence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published