Configurations for maintaining the Annif projects with YKL vocabulary used at Finto AI service.
The projects are trained and evaluated using a DVC (Data Version Control) pipeline defined in dvc.yaml.
The pipeline takes care of
- installing Annif in a venv,
- loading the vocabulary,
- training the projects,
- evaluating the projects.
When the necessary vocabulary and training corpora are in place the pipeline can be run using the command
dvc repro
For more information about using DVC with Annif projects see the DVC exercise of Annif tutorial.