This is the implementation of the KGvec2go server that powers the Web service (including the Web site): http://www.kgvec2go.org/. It is based on flask as well as gensim and can be run with Apache HTTP Server.
Do you want to train your own RDF2Vec embeddings? We recommend using jRDF2Vec.
- black is used to format the project
- numpy docstring is used to document code
- The server is started by running
flask_server.py
(an option for local testing is available viaon_local=True
).