senpy
senpy copied to clipboard
A sentiment and emotion analysis server in Python
The serialize() method throws error, visualization doesn't work.
This lines up the names in the conversion plugins with the [emotionML suggested vocab](https://www.w3.org/TR/emotion-voc/#dimensions). emoml has different names for the 4-dimensional fsre scheme and the 3-dimensional vad scheme, which this...
I am trying to run senpy on Windows machine. I am getting the following error . The Plugins are not getting loaded Please guide me ``` ERROR:flask.app:Exception on /api/plugins/default/ [GET]...
Can anyone please tell wheter custom data can be built on top of existing senpy models..or existing model can be expanded Any help document available for it
I am unable to find SentiText and Vader in my local deployment of senpy ... where can i find these plugins from they are not available in plugins folder also...
The [emotionModel.json schema](https://github.com/gsi-upm/senpy/blob/master/senpy/schemas/emotionModel.json#L26) has onyx:hasEmotion required, but there is no entry for it. Instead there are entries for onyx:hasDimension and onyx:hasEmotionCategory. I might hope that onyx has both these as...
It would be good for plugin developers to be able to add their own logos to the web interface. It's easy enough to change the [logo](https://github.com/gsi-upm/senpy/blob/master/senpy/static/img/gsi.png) file when deploying, but...
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 5.0.0. Release notes Sourced from flask-cors's releases. 5.0.0 What's Changed Breaking: Change default to disable private network access by @corydolphin in corydolphin/flask-cors#368 This effectively resolves...