2016-09-21 19:48:57 +00:00
{
2017-01-25 17:58:27 +00:00
"name": "emotion-wnaffect",
"module": "emotion-wnaffect",
2017-01-26 13:40:31 +00:00
"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)",
2016-09-21 19:48:57 +00:00
"author": "@icorcuera @balkian",
"version": "0.2",
"extra_params": {
"language": {
"aliases": ["language", "l"],
"required": true,
"options": ["en"],
"default": "en"
}
},
"requirements": {},
2017-01-31 10:22:28 +00:00
"synsets_path": "/senpy-plugins-data/emotion-wnaffect/a-synsets.xml",
"hierarchy_path": "/senpy-plugins-data/emotion-wnaffect/a-hierarchy.xml",
"wn16_path": "/senpy-plugins-data/emotion-wnaffect/wordnet1.6/dict",
2016-09-21 19:48:57 +00:00
"requirements": [
"nltk>=3.0.5",
"numpy>=1.8.2",
"scipy>=0.14.0",
"scikit-learn>=0.14.1",
"lxml>=3.4.2",
"pandas",
"senpy",
2017-02-07 13:00:27 +00:00
"pattern",
"textblob"
2016-09-21 19:48:57 +00:00
]
}