1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-10-05 04:01:41 +00:00
senpy/affect/affect.senpy

41 lines
1.1 KiB
Plaintext
Raw Normal View History

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": ["sentiment-meaningCloud","sentiment-tass","sentiment-vader"],
"default": "sentiment-tass"
2017-01-13 13:23:07 +00:00
},
"emotions-plugin": {
"aliases": ["emoplug"],
"required": true,
"options": ["emotion-wnaffect","emotion-anew"],
"default": "emotion-anew"
2017-01-13 13:23:07 +00:00
},
"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": {
2017-01-17 10:49:01 +00:00
"aliases": ["meaningCloud-key","apiKey"],
2017-01-16 16:11:10 +00:00
"required": false
2017-01-13 13:23:07 +00:00
}
},
"requirements": {}
2017-01-13 13:23:07 +00:00
}