- 12 Jun, 2017 3 commits
-
-
J. Fernando Sánchez authored
Also added **simple** tests for backward and forward conversion. In future versions we should add thorough tests. Should close gsi-upm/senpy#31
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
* Added neutral point (if present) Closes !gsi-upm/senpy#37 (Ian's)
-
- 29 May, 2017 4 commits
- 19 May, 2017 2 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
- 17 May, 2017 7 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
Ian Wood authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes gsi-upm/senpy#34
-
- 16 May, 2017 1 commit
-
-
Ian Wood authored
-
- 08 May, 2017 3 commits
- 05 May, 2017 3 commits
-
-
J. Fernando Sánchez authored
Closes #32
-
J. Fernando Sánchez authored
Closes #31
-
Ian Wood authored
-
- 11 Apr, 2017 2 commits
- 10 Apr, 2017 7 commits
-
-
J. Fernando Sánchez authored
Merge branch 'patch-5' of https://github.com/drevicko/senpy into drevicko-patch-5
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
'25-validation-errors' '27-add-method-to-get-list-of-plugins' '28-fix-multiprocessing-issues'
-
J. Fernando Sánchez authored
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.
-
J. Fernando Sánchez authored
Closes #28 Added: * Async test (still missing one that includes the IOLoop) * Async plugin under tests. To manually try async functionalities: ``` senpy -f tests/ ```
-
J. Fernando Sánchez authored
Closes #28
-
J. Fernando Sánchez authored
It turns out setting "plugins" as a @list in the context causes the "plugins" property to expand to its full name. Removing the type causes a regression of #17, which I initially missed because the test in #17 was wrong. Closes #26
-
- 07 Apr, 2017 3 commits
-
-
J. Fernando Sánchez authored
Closes #26 There was no need to add @list, and it was causing JSON-LD to expand the URI of 'plugins'
-
J. Fernando Sánchez authored
Closes #25
-
drevicko authored
-
- 04 Apr, 2017 5 commits
-
-
drevicko authored
Does a weighted average of centroids. If intensity sums to zero for a category, a 'neutral' category is used or 0 if it's not present. I'm not 100% sure this is the best approach, and the name of the "neutral" category perhaps should use some convention? Note that if there are no categories present, then no VAD (or other dimensional) estimate is returned. It may be better to use the neutral centroid if it's present in this case also.
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #20
-
militarpancho authored
-