1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-10-04 19:51:42 +00:00
senpy/emotion-wnaffect/emotion-wnaffect.senpy

18 lines
702 B
Plaintext
Raw Normal View History

{
2017-01-25 17:58:27 +00:00
"name": "emotion-wnaffect",
"module": "emotion-wnaffect",
"description": "Emotion classifier using WordNet-Affect to calculate the percentage of each emotion. This plugin classifies among 6 emotions: anger,fear,disgust,joy,sadness or neutral. The only available language is English (en)",
"author": "@icorcuera @balkian",
"version": "0.2",
2017-02-28 13:27:18 +00:00
"synsets_path": "/data/emotion-wnaffect/a-synsets.xml",
"hierarchy_path": "/data/emotion-wnaffect/a-hierarchy.xml",
"wn16_path": "/data/emotion-wnaffect/wordnet1.6/dict",
"onyx:usesEmotionModel": "emoml:big6",
"requirements": [
"nltk>=3.0.5",
"lxml>=3.4.2",
"pattern",
2017-03-03 11:03:55 +00:00
],
"async":False
}