1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/emoTextWNA
2016-09-21 21:53:37 +02:00
..
emotextWAF.py Added WordNet-Affect plugin and Makefile 2016-09-21 21:53:37 +02:00
emotextWAF.senpy Added WordNet-Affect plugin and Makefile 2016-09-21 21:53:37 +02:00
emotion.py Added WordNet-Affect plugin and Makefile 2016-09-21 21:53:37 +02:00
README.rst Added WordNet-Affect plugin and Makefile 2016-09-21 21:53:37 +02:00
test_wna.py Added WordNet-Affect plugin and Makefile 2016-09-21 21:53:37 +02:00
wnaffect.py Added WordNet-Affect plugin and Makefile 2016-09-21 21:53:37 +02:00

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.


Known issues
============

  * This plugin uses the pattern library, which means it will only run on python 2.7
  * Wnaffect and corpora files are not included in the repository, but can be easily added either to the docker image (using a volume) or in a new docker image.