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/meaningCloud
militarpancho 99e13f32e5 meaningCloud documentation improved 8 years ago
..
README.md meaningCloud documentation improved 8 years ago
meaningCloud.py Added polarityValue to meaningCloud plugin 8 years ago
meaningCloud.senpy Added apikey aliase to Affect plugin 8 years ago

README.md

Senpy Plugin MeaningCloud

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.

Params:

  • Language: English (en) and Spanish (es)
  • API Key: the API key from Meaning Cloud. Aliases: ["apiKey","meaningCloud-key"]
  • Input: text to analyse.
  • Model: model provided to Meaning Cloud API (for general domain)

Example of Usage

Example request:

https://senpy.gsi.dit.upm.es/api/?algo=meaningCloud&language=en&apiKey=<put here your API key>&input=I%20love%20Madrid

alt GSI Logo