2019-03-15 10:01:27 +00:00
|
|
|
{
|
2023-09-01 06:25:00 +10:00
|
|
|
"name": "node-red-node-multilang-sentiment",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"description": "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words translated into multiple languages including emoji.",
|
|
|
|
"dependencies": {
|
|
|
|
"multilang-sentiment": "^2.0.0"
|
2019-03-15 10:01:27 +00:00
|
|
|
},
|
2023-09-01 06:25:00 +10:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/analysis/mlsentiment"
|
2019-03-15 10:01:27 +00:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2023-09-01 06:25:00 +10:00
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
|
|
|
"sentiment",
|
|
|
|
"anaylsis",
|
|
|
|
"AFINN",
|
|
|
|
"emoji"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2019-03-15 10:01:27 +00:00
|
|
|
"mlsentiment": "mlsentiment.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2023-09-01 06:25:00 +10:00
|
|
|
},
|
|
|
|
"contributors" : [
|
|
|
|
"Chuan Khoo <khoo.chuan@gmail.com> (https://chuank.com)"
|
|
|
|
]
|
|
|
|
}
|