2017-01-12 12:30:14 +00:00
# Senpy Plugin MeaningCloud
2017-01-24 12:03:38 +00:00
MeaningCloud plugin uses API from Meaning Cloud to perform sentiment analysis.
For more information about Meaning Cloud and its services, please visit: https://www.meaningcloud.com/developer/apis
## Usage
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 the param **apiKey** .
2017-01-25 10:41:57 +00:00
To use this plugin, you should use a GET Requests with the following possible params:
2017-01-24 12:03:38 +00:00
Params:
2017-01-25 10:41:57 +00:00
- Language: English (en) and Spanish (es). (default: en)
- API Key: the API key from Meaning Cloud. Aliases: ["apiKey","meaningCloud-key"]. (required)
- Input: text to analyse.(required)
- Model: model provided to Meaning Cloud API (for general domain). (default: general)
2017-01-24 12:03:38 +00:00
## Example of Usage
2017-01-24 13:19:27 +00:00
Example request:
2017-01-24 12:03:38 +00:00
```
2017-01-25 10:41:57 +00:00
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:32:16 +00:00
```
2017-01-24 13:19:27 +00:00
2017-01-25 10:43:57 +00:00
2017-01-25 17:58:27 +00:00
Example respond: This plugin follows the standard for the senpy plugin response. For more information, please visit [senpy documentation ](http://senpy.readthedocs.io ). Specifically, NIF API section.
2017-01-25 10:43:57 +00:00
2017-01-24 13:19:27 +00:00
![alt GSI Logo][logoGSI]
[logoGSI]: http://www.gsi.dit.upm.es/images/stories/logos/gsi.png "GSI Logo"