Skip to content

dbis-uibk/NLP4MusA2020

Repository files navigation

NLP4MusA2020

NLP4MusA2020 contains DBIS pipeline configurations.

Requirements

The ALF200k dataset.

Usage/Reproduction

To run commands in the Makefile be sure that you them using pipenv. The easiest way to do so is to execute them within pipenv shell.

  1. preprocess the data by calling ..., after which it should be in data/processed.
  2. call pipenv run python -m dbispipeline <yourconfigurationfile.py>

Contributing

Please use the pre-commit hooks. Either install it on your system or use the development dependencies.