mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
b67452d569
* allow custom tokenizers allows use of tokens object to specifiy custom tokenizers updated mlsentiment to v2.0.0 (with temporary fix for comparative score applied) updated documentation * update unit tests
34 lines
948 B
JSON
34 lines
948 B
JSON
{
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/analysis/mlsentiment"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"sentiment",
|
|
"anaylsis",
|
|
"AFINN",
|
|
"emoji"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"mlsentiment": "mlsentiment.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"contributors" : [
|
|
"Chuan Khoo <khoo.chuan@gmail.com> (https://chuank.com)"
|
|
]
|
|
} |