| commit | 42119274214e932175d164cfdb92ed742f5d80b5 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Mar 20 22:31:40 2024 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Mar 20 22:31:40 2024 +0100 |
| tree | ec07b077d9e3f8b0f9ef5b9802fd046f75677193 | |
| parent | b7696996d32a26e5f15470f79389d0afddc3c25b [diff] |
CI: swith to official KorAP-XML-Krill v0.53
make -j $(nproc) target/dnb.i5.xml
Prerequisite: KorAP-XML-CoNLL-U
make -j $(nproc) target/dnb.zip
Install prerequisite korap/conllu2treetagger and korap/conllu2spacy docker imeges if not present:
docker image inspect korap/conllu2treetagger:latest || curl -Ls 'https://gitlab.ids-mannheim.de/KorAP/CoNLL-U-Treetagger/-/jobs/artifacts/master/raw/conllu2treetagger.xz?job=build-docker-image' | docker load docker image inspect korap/conllu2spacy:latest || curl -Ls https://corpora.ids-mannheim.de/tools/conllu2spacy.tar.xz | docker load
Make annotations:
make -j $(nproc) target/dnb.ud.zip target/dnb.spacy.zip target/dnb.tree_tagger.zip
Build KorAP all, up to the deployable index:
make -j $(nproc) all
2024-03-18
make deploy to install new index and restart local KorAP@DNB instance (also available as ci target)show-server-logs and show-server-status make targets to monitor the local KorAP@DNB instance2024-03-17
make all to build all targets, including the index2024-03-16
2024-03-15: DNB test data added
2024-03-08: example EPub and I5 added from DeReKo KJL corpus: Christiane F. ; Kai Hermann ; Horst Rieck: Wir Kinder vom Bahnhof Zoo in the folder test/resources/ – do not distribute (copyrighted data)