Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 490 Bytes

PyLiLa

Python interface to access the LiLa Knowledge Base.

How to use it

For the present, I have a couple of Jupyter Notebooks to illustrate how the code is supposed to work.

How to install

At the moment, just clone the repo and add the project root to your PYTHONPATH.

You need python3 (I tested it on Python 3.8), rdflib and requests to run the code: see requirements.txt.