You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
senpy/affect/affect.senpy

40 lines
1.3 KiB
Plaintext

{
"name": "affect",
"module": "affect",
"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.",
"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"
},
"emotions-plugin": {
"aliases": ["emoplug"],
"required": true,
"options": ["emotion-wnaffect","emotion-anew"],
"default": "emotion-anew"
},
"endpoint": {
"aliases": ["endpoint"],
"required": true,
"default": "http://senpy.cluster.gsi.dit.upm.es/api/"
},
"apiKey": {
"aliases": ["meaningCloud-key","apiKey"],
"required": false
}
},
"requirements": {}
}