Added language information in emotion wn-affect

master
militarpancho 7 years ago
parent e341cc82fa
commit 23a5595d18

@ -1,17 +1,26 @@
{ ---
"name": "emotion-wnaffect", name: emotion-wnaffect
"module": "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)", description: 'Emotion classifier using WordNet-Affect to calculate the percentage
"author": "@icorcuera @balkian", of each emotion. This plugin classifies among 6 emotions: anger,fear,disgust,joy,sadness
"version": "0.2", or neutral. The only available language is English (en)'
"synsets_path": "/data/emotion-wnaffect/a-synsets.xml", author: "@icorcuera @balkian"
"hierarchy_path": "/data/emotion-wnaffect/a-hierarchy.xml", version: '0.2'
"wn16_path": "/data/emotion-wnaffect/wordnet1.6/dict", extra_params:
"onyx:usesEmotionModel": "emoml:big6", language:
"requirements": [ "@id": lang_wnaffect
"nltk>=3.0.5", aliases:
"lxml>=3.4.2", - language
"pattern", - l
], required: false
"async":False options:
} - en
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
async: false
Loading…
Cancel
Save