mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-13 04:02:29 +00:00
Plugins names updated
This commit is contained in:
parent
b40ac19130
commit
7250f56f17
@ -1,6 +1,6 @@
|
||||
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
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "EmoTextWAF",
|
||||
"module": "emotextWAF",
|
||||
"name": "emotion-wnaffect",
|
||||
"module": "emotion-wnaffect",
|
||||
"description": "Emotion classifier using rule-based classification.",
|
||||
"author": "@icorcuera @balkian",
|
||||
"version": "0.2",
|
26
sentiment-basic/README.md
Executable file
26
sentiment-basic/README.md
Executable 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"
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SentiText",
|
||||
"module": "sentitext",
|
||||
"name": "sentiment-basic",
|
||||
"module": "sentiment-basic",
|
||||
"description": "Sentiment classifier using rule-based classification for Spanish. Based on english to spanish translation and SentiWordNet sentiment knowledge.",
|
||||
"author": "github.com/nachtkatze",
|
||||
"version": "0.1",
|
@ -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]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meaningCloud",
|
||||
"module": "meaningCloud",
|
||||
"module": "sentiment-meaningCloud",
|
||||
"description": "Sentiment analysis with meaningCloud service",
|
||||
"author": "GSI UPM",
|
||||
"version": "1.0",
|
Loading…
Reference in New Issue
Block a user