Skip to content

Commit f2fdb9b

Browse files
committed
Fix readme for Windows (fixes #8)
Change-Id: I6a1b83f8f3c1cf30a0f85d4001392617e05ac730
1 parent f24a618 commit f2fdb9b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
108109
docker 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

165166
KorAP-Docker is published under the BSD-2 License.
166167

0 commit comments

Comments
 (0)