
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
sentiment-analysis
Advanced tools
AFINN-111 based Sentiment analysis module
npm install sentiment-analysis --save
var sentimentAnalysis = require('sentiment-analysis');
sentimentAnalysis('Dinosaurs are awesome!'); // +0.4
sentimentAnalysis('Everything is stupid'); // -0.2
sentimentAnalysis('Windows is very unstable'); // -0.2
sentimentAnalysis('London is gloomy today because of all the smog'); // -0.4
sentimentAnalysis('I am so grateful for all the presents, thank you!'); // +0.5
sentimentAnalysis('Really enjoying the warm weather'); // +0.3
sentimentAnalysis('It was a catastrophic disaster'); // -0.6
sentiment-analysis will return a score between -1 and +1, where negative numbers represent a negative overall sentiment.
npm test
See unit test, integration testing results on Travis CI
See the gulpfile.js
for documentation of build process.
MIT � Alicia Sykes
FAQs
Sentiment analysis module using AFINN-111
The npm package sentiment-analysis receives a total of 0 weekly downloads. As such, sentiment-analysis popularity was classified as not popular.
We found that sentiment-analysis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.