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

25 lines
970 B
Plaintext
Raw Normal View History

2017-01-12 12:30:14 +00:00
{
"name": "sentiment-meaningCloud",
2017-01-25 17:58:27 +00:00
"module": "sentiment-meaningCloud",
"description": "Sentiment analysis with meaningCloud service. To use this plugin, you need to obtain an API key from meaningCloud signing up here: https://www.meaningcloud.com/developer/login. When you had obtained the meaningCloud API Key, you have to provide it to the plugin, using param apiKey. Example request: http://senpy.cluster.gsi.dit.upm.es/api/?algo=meaningCloud&language=en&apiKey=<put here your API key>&input=I%20love%20Madrid.",
2017-01-12 12:30:14 +00:00
"author": "GSI UPM",
"version": "1.0",
"extra_params": {
"language": {
"aliases": ["language", "l"],
"required": true,
"options": ["en","es"],
"default": "en"
},
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
},
2017-02-01 12:46:34 +00:00
"requirements": {},
"maxPolarityValue": "1",
"minPolarityValue": "-1"
2017-01-12 12:30:14 +00:00
}