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.
senpy/emoTextWNA
J. Fernando Sánchez 5e8bc717a8 Added WordNet-Affect plugin and Makefile 8 years ago
..
README.rst Added WordNet-Affect plugin and Makefile 8 years ago
emotextWAF.py Added WordNet-Affect plugin and Makefile 8 years ago
emotextWAF.senpy Added WordNet-Affect plugin and Makefile 8 years ago
emotion.py Added WordNet-Affect plugin and Makefile 8 years ago
test_wna.py Added WordNet-Affect plugin and Makefile 8 years ago
wnaffect.py Added WordNet-Affect plugin and Makefile 8 years ago

README.rst

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.