1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/meaningCloud/meaningCloud.senpy

28 lines
672 B
Plaintext
Raw Normal View History

2017-01-12 12:30:14 +00:00
{
"name": "meaningCloud",
"module": "meaningCloud",
"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": {},
}