The project uses Poetry to manage dependencies. Check a quick guide to use Poetry here.
Install the required packages by running the following command:
poetry init
Once the packages are installed, to reproduce the results, you can use make
commands.
For example, to run the construction of the taxonomy using Wikidata (others require to download other artifacts, see below), you can run the following command:
make complete_wiki
or for the plots (and installing dependencies):
make setup_R
make plots