This repository is aimed at developers and others who want to build KorAP or one of its components or related tools.
It helps to check out all necessary repositories using Repo, a tool built by the Android development team to manage multi-repository projects.
repo
commandFollow the repo installation instructions.
mkdir KorAP cd KorAP repo init -u https://korap.ids-mannheim.de/gerrit/KorAP/manifest repo sync
See the repo command reference.