1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +00:00

Plugins names updated

This commit is contained in:
militarpancho 2017-01-25 18:58:27 +01:00
parent b40ac19130
commit 7250f56f17
16 changed files with 33 additions and 7 deletions

View File

@ -1,6 +1,6 @@
This plugin uses WNAffect labels for emotion analysis. This plugin uses WNAffect labels for emotion analysis.
The emotextWAF.senpy file can be copied and modified to use different versions of wnaffect with the same python code. The emotion-wnaffect.senpy file can be copied and modified to use different versions of wnaffect with the same python code.
Known issues Known issues

View File

@ -1,6 +1,6 @@
{ {
"name": "EmoTextWAF", "name": "emotion-wnaffect",
"module": "emotextWAF", "module": "emotion-wnaffect",
"description": "Emotion classifier using rule-based classification.", "description": "Emotion classifier using rule-based classification.",
"author": "@icorcuera @balkian", "author": "@icorcuera @balkian",
"version": "0.2", "version": "0.2",

26
sentiment-basic/README.md Executable file
View File

@ -0,0 +1,26 @@
# Sentiment basic plugin
This plugin is based on the classifier developed for the TASS 2015 competition. It has been developed for Spanish and English. This is a demo plugin that uses only some features from the TASS 2015 classifier. To use the entirely functional classifier you can use the service in: http://senpy.cluster.gsi.dit.upm.es
There is more information avaliable in:
- Aspect based Sentiment Analysis of Spanish Tweets, Oscar Araque and Ignacio Corcuera-Platas and Constantino Román-Gómez and Carlos A. Iglesias and J. Fernando Sánchez-Rada. http://gsi.dit.upm.es/es/investigacion/publicaciones?view=publication&task=show&id=376
## Usage
Params accepted:
- Language: Spanish (es).
- Input: text to analyse.
Example request:
```
http://senpy.cluster.gsi.dit.upm.es/api/?algo=sentiment-basic&language=es&input=I%20love%20Madrid
```
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.
![alt GSI Logo][logoGSI]
[logoGSI]: http://www.gsi.dit.upm.es/images/stories/logos/gsi.png "GSI Logo"

View File

@ -1,6 +1,6 @@
{ {
"name": "SentiText", "name": "sentiment-basic",
"module": "sentitext", "module": "sentiment-basic",
"description": "Sentiment classifier using rule-based classification for Spanish. Based on english to spanish translation and SentiWordNet sentiment knowledge.", "description": "Sentiment classifier using rule-based classification for Spanish. Based on english to spanish translation and SentiWordNet sentiment knowledge.",
"author": "github.com/nachtkatze", "author": "github.com/nachtkatze",
"version": "0.1", "version": "0.1",

View File

@ -25,7 +25,7 @@ http://senpy.cluster.gsi.dit.upm.es/api/?algo=meaningCloud&language=en&apiKey=<p
``` ```
Example respond: This plugin follows the standard for the senpy plugin response. For more information, please visit [senpy documentation](senpy.readthedocs.io). Specifically, NIF API section. 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.
![alt GSI Logo][logoGSI] ![alt GSI Logo][logoGSI]

View File

@ -1,6 +1,6 @@
{ {
"name": "meaningCloud", "name": "meaningCloud",
"module": "meaningCloud", "module": "sentiment-meaningCloud",
"description": "Sentiment analysis with meaningCloud service", "description": "Sentiment analysis with meaningCloud service",
"author": "GSI UPM", "author": "GSI UPM",
"version": "1.0", "version": "1.0",