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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user