2017-01-12 12:30:14 +00:00
|
|
|
{
|
|
|
|
"name": "meaningCloud",
|
2017-01-25 17:58:27 +00:00
|
|
|
"module": "sentiment-meaningCloud",
|
2017-01-12 12:30:14 +00:00
|
|
|
"description": "Sentiment analysis with meaningCloud service",
|
|
|
|
"author": "GSI UPM",
|
|
|
|
"version": "1.0",
|
|
|
|
"extra_params": {
|
|
|
|
"language": {
|
|
|
|
"aliases": ["language", "l"],
|
|
|
|
"required": true,
|
|
|
|
"options": ["en","es"],
|
|
|
|
"default": "en"
|
|
|
|
},
|
|
|
|
"model": {
|
|
|
|
"aliases": ["model"],
|
|
|
|
"required": true,
|
|
|
|
"options": ["general"],
|
|
|
|
"default": "general"
|
2017-01-16 17:04:31 +00:00
|
|
|
},
|
2017-01-16 16:11:10 +00:00
|
|
|
"apiKey":{
|
2017-01-16 17:37:13 +00:00
|
|
|
"aliases":["meaningCloud-key","apiKey"],
|
2017-01-16 16:11:10 +00:00
|
|
|
"required":true
|
|
|
|
}
|
2017-01-12 12:30:14 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
"requirements": {},
|
|
|
|
}
|