File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ docker run --rm \
8383 tei2korapxml \
8484 --inline-tokens ' !cmc#morpho' \
8585 --no-tokenizer \
86- --input /data/dck-part1.i5.xml > dck.zip
86+ --input /data/dck-part1.i5.xml \
87+ --output dck.zip
8788```
8889
8990... will convert the i5 file into a
@@ -108,13 +109,13 @@ mkdir json
108109docker run --rm -u root \
109110 -v ${PWD} :/kalamar/data:z korap/kalamar:latest\
110111 korapxml2krill archive \
111- -z \
112- -i /kalamar/data/dck.zip \
112+ --gzip \
113+ --input /kalamar/data/dck.zip \
113114 --jobs -1 \
114115 --token ' cmc#morpho' \
115116 --base-paragraphs ' DeReKo#Structure' \
116117 --base-sentences ' DeReKo#Structure' \
117- -o ./data/json/
118+ --output ./data/json/
118119```
119120
120121... will use [ korapxml2krill] ( https://github.com/KorAP/KorAP-XML-Krill ) .
@@ -160,7 +161,7 @@ $env:INDEX='example-index'; $env:PWD='.'; docker compose -p korap --profile=lite
160161
161162** Authors** : [ Nils Diewald] ( https://www.nils-diewald.de/ ) , Harald Lüngen, Marc Kupietz
162163
163- Copyright (c) 2022-2024 , [ IDS Mannheim] ( https://www.ids-mannheim.de/ ) , Germany
164+ Copyright (c) 2022-2025 , [ IDS Mannheim] ( https://www.ids-mannheim.de/ ) , Germany
164165
165166KorAP-Docker is published under the BSD-2 License.
166167
You can’t perform that action at this time.
0 commit comments