1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
Go to file
2018-06-12 10:01:43 +02:00
emotion-anew@e8a3c837e3 Add plugins as submodules 2018-05-14 11:32:56 +02:00
emotion-wnaffect@74c40d7e97 Add plugins as submodules 2018-05-14 11:32:56 +02:00
example-plugin cambios 2017-02-28 14:27:18 +01:00
sentiment-basic@beb8e31161 Add plugins as submodules 2018-05-14 11:32:56 +02:00
sentiment-meaningCloud Merge commit '1eec6ecbad039b946c0d7b690335f2bb4ea8f320' as 'sentiment-meaningCloud' 2018-06-12 10:01:43 +02:00
sentiment-vader@ddb7432d26 Add plugins as submodules 2018-05-14 11:32:56 +02:00
.gitignore Squashed 'sentiment-meaningCloud/' content from commit 2a5d212 2018-06-12 10:01:43 +02:00
.gitmodules Removed enterprise/unnecessary modules 2018-06-12 10:01:34 +02:00
.travis.yml Added Travis CI 2016-09-22 11:10:13 +02:00
Dockerfile Squashed 'sentiment-meaningCloud/' content from commit 2a5d212 2018-06-12 10:01:43 +02:00
LICENSE Initial commit 2015-10-08 18:47:41 +02:00
Makefile Squashed 'sentiment-meaningCloud/' content from commit 2a5d212 2018-06-12 10:01:43 +02:00
README.md Squashed 'sentiment-meaningCloud/' content from commit 2a5d212 2018-06-12 10:01:43 +02:00

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
git submodule update --init --remote --recursive
senpy -f senpy-plugins-community

Loading new plugins to gitlab

You should have two repos, one with data files and the main repo of the plugin. First you have to push all the data files in the data repo and the code of the plugin in the main repo. Next, you have to "link" the two repos using submodule:

git submodule add ../data/<NAME OF YOUR PLUGIN> ./data

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