1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/affect/affect.senpy

40 lines
1.3 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-02-06 13:05:41 +00:00
"description": "Sentiment Analysis and Emotion Recognition. This plugins uses emotion and sentiment plugins to return an unified response with the sentiment analysis and the emotion Recognition. You have to choose as parameters one sentiment plugin and one emotion plugin.",
2017-01-13 13:23:07 +00:00
"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,
"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
}