mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
40 lines
1.3 KiB
Plaintext
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": {}
|
|
}
|