Socket
Socket
Sign inDemoInstall

afinn-96

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    afinn-96

AFINN 96 (list of English words rated for valence) in JSON


Version published
Weekly downloads
13
increased by44.44%
Maintainers
1
Install size
30.0 kB
Created
Weekly downloads
 

Readme

Source

afinn-96 Build Status Coverage Status

Easy access to AFINN-96.

AFINN-96 is the lightweight (1468 words/phrases), older, version of AFINN-111 (2477 words/phrases).

Installation

npm:

$ npm install afinn-96

Component:

$ component install wooorm/afinn-96

Bower:

$ bower install afinn-96

Usage

var afinn = require('afinn-96');

afinn.positive; // 2
afinn['fed up']; // -3

afinn.unicorn; // undefined
afinn.unicorn = Infinity;
afinn.unicorn; // Infinity

Note! Be careful when accessing unknown properties on the afinn-96 object, words such as “constructor” or “toString” might occur. It’s recommended to use a hasOwnProperty check beforehand.

API

afinn-96 returns the AFINN word list as a javascript object.

Supported words

afinn-96 supports all AFINN-96 words/phrases. For a complete list, check out Support.md.

Note the AFINN entries are:

  • All lower case;
  • Can contain spaces (cases: can't stand, cashing in, cool stuff, does not work, dont like, fed up, green wash, green washing, messing up, no fun, not good, not working, right direction, screwed up, some kind);
  • Can contain apostrophes (only case: can't stand);
  • Can contain dashes (cases: cover-up, made-up, short-sighted, short-sightedness, son-of-a-bitch);

License

Data

The database is licensed under ODbL;

This database of words is copyright protected and distributed under "Open Database License (ODbL) v1.0" http://www.opendatacommons.org/licenses/odbl/1.0/ or a similar copyleft license.

Everything else

MIT © Titus Wormer

Keywords

FAQs

Last updated on 21 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc