sentiment-analysis-textblob
Version:
A Node.js library for sentiment analysis using TextBlob
45 lines • 1.38 kB
JSON
{
"name": "sentiment-analysis-textblob",
"version": "1.0.3",
"description": "A Node.js library for sentiment analysis using TextBlob",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/check-python.js && python -m pip install textblob || echo 'Error: Python or pip not found. Please install Python (https://www.python.org/downloads/) and run `pip install textblob` manually.'"
},
"keywords": [
"sentiment",
"analysis",
"textblob",
"nlp",
"natural-language-processing",
"emotion",
"sentiment-analysis",
"text-analysis",
"opinion-mining",
"emotion-detection",
"text-processing",
"machine-learning",
"python",
"node.js",
"text-mining",
"review-analysis",
"social-media-analysis",
"customer-feedback",
"positive-negative",
"text-sentiment"
],
"author": "Nguyễn Đức Trọng <trong0196@gmail.com>",
"license": "MIT",
"dependencies": {
"python-shell": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/trong0196/sentiment-analysis-textblob.git"
},
"bugs": {
"url": "https://github.com/trong0196/sentiment-analysis-textblob/issues"
},
"homepage": "https://github.com/trong0196/sentiment-analysis-textblob#readme"
}