1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Added some documentation and changes to .senpy files.

This commit is contained in:
militarpancho
2017-01-26 14:40:31 +01:00
parent 7250f56f17
commit 140ea9c159
8 changed files with 53 additions and 22 deletions

View File

@@ -13,7 +13,6 @@ class DaedalusPlugin(SentimentPlugin):
def activate(self, *args, **kwargs):
pass
def deactivate(self, *args, **kwargs):
self.close()

View File

@@ -1,7 +1,7 @@
{
"name": "meaningCloud",
"name": "sentiment-meaningCloud",
"module": "sentiment-meaningCloud",
"description": "Sentiment analysis with meaningCloud service",
"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.",
"author": "GSI UPM",
"version": "1.0",
"extra_params": {
@@ -23,5 +23,6 @@
}
},
"requirements": {},
"requirements": {}
}