polarity-rate
Version:
Text miner, polarity rater with results between -100% and +100%
60 lines (59 loc) • 1.18 kB
JSON
{
"name": "polarity-rate",
"version": "1.1.4",
"description": "Text miner, polarity rater with results between -100% and +100%",
"main": "polarity-rate.js",
"keywords": [
"text-miner",
"text-mining",
"miner",
"mining",
"polarity-rate",
"polarity-rater",
"polarity",
"text-analytics",
"document-term-matrix",
"dtm",
"text-analysis",
"natural",
"afinn",
"sentiment",
"subjective",
"subjectivity",
"polarity",
"opinion",
"emotion",
"unicode",
"retext",
"retext-sentiment",
"dracula-sentiment",
"array-polar"
],
"dependencies": {
"xregexp": "^3.2.0",
"xlsx": "^0.11.13"
},
"devDependencies": {
"xlsx": "^0.11.14",
"mocha": "^4.0.1",
"path": "^0.12.7"
},
"scripts": {
"test": "mocha --recursive",
"start": "node polarity-rate.js"
},
"homepage": "https://gitlab.com/autokent/polarity-rate",
"bugs": {
"url": "https://gitlab.com/autokent/polarity-rate/issues",
"email": "mehmet.kozan@live.com"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/autokent/polarity-rate.git"
},
"author": "Mehmet Kozan <mehmet.kozan@live.com>",
"license": "MIT",
"engines": {
"node": ">=6.8.1"
}
}