Commit Graph

559 Commits (master)
 

Author SHA1 Message Date
militarpancho 3e0f55dcff Improve docs. (Badges missing) 7 years ago
J. Fernando Sánchez 2ea01aef42 Fixed deployment IMAGENAME 7 years ago
J. Fernando Sánchez 147fd4a333 Fixed IMAGENAME 7 years ago
J. Fernando Sánchez e31bca7016 Push to dockerhub instead of private registry 7 years ago
J. Fernando Sánchez 7956d54c35 K8s deployment with limits 7 years ago
militarpancho 5bab9a6a02 #34. Fixed some errors from plugins examples 7 years ago
militarpancho 69ac95bb08 Added example plugin in docs. #34 7 years ago
drevicko 6b843a4384 fixes typo in code 7 years ago
drevicko 65d6e47513 Implements Fernando's suggestion in #31
I've added a neutral point definition (in the converters senpy file) as used in pull request #29
7 years ago
drevicko 8d56a0b630 fixes #31
I've used euclidean metric instead of taxicab as I feel it makes more sense (taxicab has bizzare unintuitive effects for points far from the centroids).
7 years ago
drevicko e7ac6e66b0 update _forward_conversion docstring + minor edits 7 years ago
J. Fernando Sánchez 0f8d1dff69 Fixed image repository 7 years ago
J. Fernando Sánchez 236183593c Hidden variables 7 years ago
J. Fernando Sánchez 7637498517 Added push to github 7 years ago
J. Fernando Sánchez 8c70433312 Added push to github 7 years ago
J. Fernando Sánchez ce83fb3981 Added k8s deployment 7 years ago
J. Fernando Sánchez 28f29d159a Merge branch 'gh-34-broken-shelf' into 0.8.x 7 years ago
J. Fernando Sánchez c803f60fd4 Merge branch 'drevicko/provide-analyse-traceback-in-log' into 0.8.x 7 years ago
J. Fernando Sánchez 12eae16e37 Merge branch 'drevicko-patch-5' into 0.8.x 7 years ago
J. Fernando Sánchez f3372c27b6 Merge branch '32-update-module-dev-environment' into 0.8.x 7 years ago
Ian Wood b6de72a143 chaged exception logging to 'exception()' in analysie() 7 years ago
J. Fernando Sánchez 0f89b92457 Fixed pickling error in py2.7 7 years ago
J. Fernando Sánchez ea91e3e4a4 Add an option to force the load of shelf plugins
Closes gsi-upm/senpy#34
7 years ago
Ian Wood f76b777b9f don't fail if shelf pickle file broken 7 years ago
militarpancho dee007eacf Fixed bug in meaningCloud plugin. Now retrieves Neutral sentiment 7 years ago
J. Fernando Sánchez 1ef9dac86a Made ANEW paths absolute 7 years ago
militarpancho 18486aa3e0 Fixed vader tab error 7 years ago
drevicko dcc965ea63 removed superfluous 'neutral' centroid
Neutral is included as an 'origin' field. This is partly because emoml has no vocab for "Neutral" in dimensional models.
7 years ago
drevicko 400f647b7b removed unneccessary defaultdict import 7 years ago
Ian Wood ec1a2ff5f9 added 'origin' to VAD representation, incorporated into weighed sum for Cat->VAD conversion 7 years ago
militarpancho 86fdd8678a Add aggregate sentiment. This closes senpy/senpy-plugins-community#10 7 years ago
J. Fernando Sánchez e112dd55ce Pip install editable
Closes senpy/senpy#32
7 years ago
J. Fernando Sánchez 60ef304108 Analysis set as a python list
Closes senpy/senpy#31
7 years ago
Ian Wood 1a9dd07f7e Merge branch 'master' 0.8.7 into patch-6 7 years ago
militarpancho 1b8a24c530 Fixed ANEW Readme 7 years ago
militarpancho 7f765d004f updated links in readme for obtain resources 7 years ago
militarpancho b22ac843b6 Updated anew and wnaffect README explaining how to obtain resources 7 years ago
militarpancho e88ca98438 Readme updated 7 years ago
militarpancho 65bb517fd2 Readme updated 7 years ago
militarpancho 23d15e9274 Added emotion-anew and sentiment-vader 7 years ago
militarpancho 23a5595d18 Added language information in emotion wn-affect 7 years ago
militarpancho e341cc82fa Fixed sentiment-basic plugin that only retrieved Neutral sentiment. This closes senpy/senpy-plugins-community#6. Also added nltk download for some plugins. 7 years ago
Ian Wood b80b0c7947 used more specific exception specifier (KeyError) 7 years ago
Ian Wood 1ca6ec52fd fixed weighted average, no explicit treatment of 'neutral' 7 years ago
J. Fernando Sánchez 7927cf1587 add option to show senpy version number
Merge branch 'patch-5' of https://github.com/drevicko/senpy into drevicko-patch-5
7 years ago
J. Fernando Sánchez 13cefbedfb Clean dev containers in makefile 7 years ago
J. Fernando Sánchez 4ba9535d56 Merge branches into 0.8.x
'25-validation-errors'
'27-add-method-to-get-list-of-plugins'
'28-fix-multiprocessing-issues'
7 years ago
J. Fernando Sánchez e582ef07d4 Fix multiprocessing tests in python2.7
Closes #28 for python 2.

Apparently, process pools are not contexts in python 2.7.
On the other hand, in py2 you cannot pickle instance methods, so
you have to implement Pool tasks as independent functions.
7 years ago
J. Fernando Sánchez ef40bdb545 Replace gevent with tornado
Closes #28

Added:

* Async test (still missing one that includes the IOLoop)
* Async plugin under tests. To manually try async functionalities:
```
senpy -f tests/
```
7 years ago
J. Fernando Sánchez e0b4c76238 Add plugin method to client
Closes #28
7 years ago