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.
 
 
 
 
 
 
Go to file
militarpancho b671ff51f9 Add support for py3 in emotion-wnaffect
Normalize polarity values in sentiment-basic and sentiment-140
7 years ago
affect Addapted plugins to senpy 0.8.2 7 years ago
emotion-anew Made ANEW paths absolute 7 years ago
emotion-wnaffect Add support for py3 in emotion-wnaffect 7 years ago
example-plugin cambios 7 years ago
sentiment-140 Add support for py3 in emotion-wnaffect 7 years ago
sentiment-basic Add support for py3 in emotion-wnaffect 7 years ago
sentiment-meaningCloud Fixed bug in meaningCloud plugin. Now retrieves Neutral sentiment 7 years ago
sentiment-vader Fixed vader tab error 7 years ago
.gitignore Added WordNet-Affect plugin and Makefile 8 years ago
.travis.yml Added Travis CI 8 years ago
Dockerfile Fixed sentiment-basic plugin that only retrieved Neutral sentiment. This closes senpy/senpy-plugins-community#6. Also added nltk download for some plugins. 7 years ago
LICENSE Initial commit 9 years ago
Makefile Added WordNet-Affect plugin and Makefile 8 years ago
README.md Readme updated 7 years ago

README.md

Senpy Plugins

Installing

First, install senpy from source or through pip:

pip install senpy

Each plugin has different requirements. As of this writing, requirement installation is done manually for each plugin. All requirements are specified in the .senpy file and, alternatively, in a requirements.txt file.

Running

Run with:

git clone https://github.com/gsi-upm/senpy-plugins-community.git
senpy -f senpy-plugins-community

LICENSE

This compilation of plugins for Senpy use Apache 2.0 License. Some of the resources used for train these plugins can not be distributed, specifically, resources for the plugins emotion-anew and emotion-wnaffect. For more information visit Senpy documentation