1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Addapted plugins to senpy 0.8.2

This commit is contained in:
militarpancho
2017-03-01 13:23:41 +01:00
parent 65b8873092
commit cc112c5ac5
10 changed files with 13 additions and 37 deletions

View File

@@ -4,13 +4,6 @@
"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",
"extra_params": {
"language": {
"aliases": ["language", "l"],
"required": true,
"default": "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",