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 \
83
83
tei2korapxml \
84
84
--inline-tokens ' !cmc#morpho' \
85
85
--no-tokenizer \
86
- --input /data/dck-part1.i5.xml > dck.zip
86
+ --input /data/dck-part1.i5.xml \
87
+ --output dck.zip
87
88
```
88
89
89
90
... will convert the i5 file into a
@@ -108,13 +109,13 @@ mkdir json
108
109
docker run --rm -u root \
109
110
-v ${PWD} :/kalamar/data:z korap/kalamar:latest\
110
111
korapxml2krill archive \
111
- -z \
112
- -i /kalamar/data/dck.zip \
112
+ --gzip \
113
+ --input /kalamar/data/dck.zip \
113
114
--jobs -1 \
114
115
--token ' cmc#morpho' \
115
116
--base-paragraphs ' DeReKo#Structure' \
116
117
--base-sentences ' DeReKo#Structure' \
117
- -o ./data/json/
118
+ --output ./data/json/
118
119
```
119
120
120
121
... 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
160
161
161
162
** Authors** : [ Nils Diewald] ( https://www.nils-diewald.de/ ) , Harald Lüngen, Marc Kupietz
162
163
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
164
165
165
166
KorAP-Docker is published under the BSD-2 License.
166
167
You can’t perform that action at this time.
0 commit comments