Socket
Book a DemoInstallSign in
Socket

sentiyapa

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentiyapa

A quick fix sentiment analyser in Javascript. Uses AFINN word list

1.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

sentiyapa.js

A quickfix sentiment analyzer written in javascript. Uses AFINN(http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010) word list to compute scores in a give text string.

Installation

Run npm install sentiyapa to install the package

Usage

var s = new sentiyapa.Sentiyapa();
s.init(); //initialize sentiyapa

Now to compute sentiment score for a given string use:

s.score("your text here")

This function will return a number. Positive numbers indicate a positive sentiment and negative numbers indicate negative sentiments. The |number| indicates the extent of the sentiment.

Keywords

sentiment

FAQs

Package last updated on 14 Nov 2014

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.