J. Fernando Sánchez
J. Fernando Sánchez
I can't get it to work either. Unfortunately, my display didn't come with an image. Cheers.
I copied configuration of the module from that image. It should work but I haven't had the time to try it yet: https://gist.github.com/balkian/33835d7be3075c023aad
I'm afraid I do not understand your question. What do you mean by *building custom data on top of existing senpy models*? You can modify existing plugins and extend them...
Thank you for your question. The `semantic.sparql.BaseSPARQL` class can be instantiated with a different URL. Unfortunately, that parameter is not used in other classes such as EntityFeatures. It is possible...
Thank you for your interest in sematch. Since the original author is not working at GSI anymore, allow me to answer your question to the best of my ability. For...
My apologies for the late reply. The vader plugin has been integrated into this repository. Please, check each plugin's code and readme for more info. e.g., [here's Vader's current info](https://github.com/gsi-upm/senpy/tree/297e9e81068652b23347a28e5e3ef351394de9f9/senpy/plugins/sentiment/vader)....
@Spenhouet, you may always install the current master, either manually or [through pip](https://stackoverflow.com/questions/20101834/pip-install-from-git-repo-branch). Nevertheless, I will contact @hopple to discuss future releases and maintenance.
@Spenhouet thanks for your interest. I just wanted to make sure this wasn't a blocker for anyone's research. As for why the development of sematch has been slow for the...
I'm not the original author, but I agree with you. I believe there is no technical reason for this, there just wasn't a use case that needed similarity between other...
To run `examples/hello.py` from that folder I had to remove both `examples/html.py` and `examples/html.pyc`. Alternatively, just move the hello.py somewhere else. It's a circular import. As it seems, glass imports...