LiITA Turtle Builder - A tool for generating LiITA-ready Turtle files from LiITA-annotated CoNLL-U.
You can use the tool right now at: https://liita-lod.github.io/turtle-builder/
If you wish to run this tool on your machine you can simply install Docker and start the pre-built images with docker compose up. Otherwise, please refer to the development section below.
This tool is composed of the following components:
apps/frontend/- React frontend application
It is recommended to use nix and direnv and let them take care of requirements.
Otherwise, you will need to install the requirements listed in each component's documentation.
If you're using nix you can simply run mprocs and a local development environment will be running in a few moments.
Otherwise, you will need to start each component yourself as described in their respective documentation.