| commit | 03b527ff12a88dfe95526a18a6184b36e41fc588 | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Tue Sep 17 10:15:16 2024 +0200 |
| committer | margaretha <margaretha@ids-mannheim.de> | Tue Sep 17 10:15:16 2024 +0200 |
| tree | 65192c57484646b7d5a5a06bcd047c2d55b05c55 | |
| parent | 16659b27c6f64d7260fd0328fadd197177b48088 [diff] |
Added a kustvakt-lite configuration and the data folder.
make -j $(nproc) test
make -j $(nproc) test index
INDEX=./target/dnb.index docker compose -p korap4dnb --profile=lite -f korap4dnb-compose.yml up -d xdg-open http://localhost:4000/?q=Test
docker compose -p korap4dnb down
make -j $(nproc) i5
Prerequisite: KorAP-XML-CoNLL-U
make -j $(nproc) target/dnb18.zip SRC_DIR=test/resources/DNB YEARS=18
make -j $(nproc) index
The index will be in target/dnb.index.
and start the docker:
INDEX=./target/dnb.index docker compose -p korap4dnb --profile=lite -f korap4dnb-compose.yml up -d
docker compose -p korap4dnb down
docker compose -p korap4dnb --profile=lite restart
Install prerequisite korap/conllu2treetagger and korap/conllu2spacy docker images 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 fro dnb20:
make -j $(nproc) target/dnb20.marmot-malt.zip target/dnb20.spacy.zip target/dnb20.tree_tagger.zip
Build KorAP all, up to the deployable index:
make -j $(nproc) all
2024-05-26
2024-05-08
idno elements with all ids given by dnb SRU api2024-04-19
2024-04-15
2024-04-10
make YY=22 to select 20222024-03-24
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)