2017-01-13 13:23:07 +00:00
|
|
|
{
|
|
|
|
"name": "affect",
|
2017-01-16 16:44:57 +00:00
|
|
|
"module": "affect",
|
2017-01-13 13:23:07 +00:00
|
|
|
"description": "Sentiment Analysis and Emotion Recognition",
|
|
|
|
"author": "GSI UPM",
|
|
|
|
"version": "0.1",
|
|
|
|
"extra_params": {
|
|
|
|
"language": {
|
|
|
|
"aliases": ["language", "l"],
|
|
|
|
"required": true,
|
|
|
|
"options": ["en","es"],
|
|
|
|
"default": "en"
|
|
|
|
},
|
|
|
|
"sentiments-plugin": {
|
|
|
|
"aliases": ["sentiplug"],
|
|
|
|
"required": true,
|
|
|
|
"options": ["meaningCloud","sentiText","vaderSentiment"],
|
|
|
|
"default": "sentiText"
|
|
|
|
},
|
|
|
|
"emotions-plugin": {
|
|
|
|
"aliases": ["emoplug"],
|
|
|
|
"required": true,
|
|
|
|
"options": ["EmoTextWAF","EmoTextANEW"],
|
|
|
|
"default": "EmoTextANEW"
|
|
|
|
},
|
|
|
|
"endpoint": {
|
|
|
|
"aliases": ["endpoint"],
|
|
|
|
"required": true,
|
|
|
|
"options": ["http://senpy.cluster.gsi.dit.upm.es/api/"],
|
|
|
|
"default": "http://senpy.cluster.gsi.dit.upm.es/api/"
|
2017-01-16 16:11:10 +00:00
|
|
|
},
|
|
|
|
"apiKey": {
|
|
|
|
"aliases": ["apikey"],
|
|
|
|
"required": false
|
2017-01-13 13:23:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
"requirements": {},
|
|
|
|
}
|