2019-03-15 11:01:27 +01:00
{
"name" : "node-red-node-multilang-sentiment" ,
"version" : "0.1.0" ,
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words translated into multiple languages including emojis." ,
"dependencies" : {
"multilang-sentiment" : "^1.2.0"
} ,
"repository" : {
"type" : "git" ,
2021-11-02 16:22:30 +01:00
"url" : "https://github.com/node-red/node-red-nodes.git" ,
"directory" : "tree/master/analysis/mlsentiment"
2019-03-15 11:01:27 +01:00
} ,
"license" : "Apache-2.0" ,
"keywords" : [ "node-red" , "sentiment" , "anaylsis" , "AFINN" ] ,
"node-red" : {
"nodes" : {
"mlsentiment" : "mlsentiment.js"
}
} ,
"author" : {
"name" : "Dave Conway-Jones" ,
"email" : "ceejay@vnet.ibm.com" ,
"url" : "http://nodered.org"
}
}