Skip to content

Commit

Permalink
Fix readme for simplified Kalamar docker image
Browse files Browse the repository at this point in the history
Change-Id: I70e46b62956c6c1de3c8a6d0335946245cf48377
  • Loading branch information
Akron committed Sep 3, 2024
1 parent f18b5a8 commit 05b169f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The command ...

```shell
docker run --rm \
-v ${PWD}/example:/data:z korap/kalamar:latest-conv \
-v ${PWD}/example:/data:z korap/kalamar:latest \
tei2korapxml \
--inline-tokens '!cmc#morpho' \
--no-tokenizer \
Expand All @@ -105,7 +105,7 @@ mkdir json

```shell
docker run --rm -u root \
-v ${PWD}:/kalamar/data:z korap/kalamar:latest-conv\
-v ${PWD}:/kalamar/data:z korap/kalamar:latest\
korapxml2krill archive \
-z \
-i /kalamar/data/dck.zip \
Expand Down

0 comments on commit 05b169f

Please sign in to comment.