UNPKG

sentiment-swedish

Version:

Swedish translated, AFINN-based sentiment analysis for Node.js

41 lines (40 loc) 903 B
{ "author": "Andrew Sliwinski <andrewsliwinski@acm.org>", "contributors": [ { "name": "Alex Gustafsson", "url": "https://github.com/AlexGustafsson" } ], "name": "sentiment-swedish", "description": "Swedish translated, AFINN-based sentiment analysis for Node.js", "version": "1.1.0", "homepage": "https://github.com/AlexGustafsson/sentiment", "repository": { "type": "git", "url": "https://github.com/AlexGustafsson/sentiment" }, "keywords": [ "sentiment", "analysis", "nlp", "sentiment analysis", "swedish" ], "main": "./lib/index.js", "scripts": { "test": "make test", "build": "node ./build/index.js" }, "dependencies": {}, "devDependencies": { "Sentimental": "1.0.1", "async": "^2.1.4", "benchmark": "^2.1.0", "eslint": "^3.2.1", "tap": "^7.1.2" }, "engines": { "node": ">=4.0" } }