Skip to content

Commit 2785ab8

Browse files
committed
Update Readme.md
Change-Id: Ied0f5b325c2c3fa214c6b4ff8ebac9902f673101
1 parent 85ed416 commit 2785ab8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,10 @@ You need to download the pre-trained OpenNLP models from the [OpenNLP model down
183183

184184
### Tag and lemmatize with TreeTagger
185185

186-
This requires the [TreeTagger Docker Image with CoNLL-U Support](https://gitlab.ids-mannheim.de/KorAP/CoNLL-U-Treetagger).
187-
Language models are downloaded automatically.
188-
189186
```shell script
190-
./build/bin/korapxmltool app/src/test/resources/wdf19.zip | docker run --rm -i korap/conllu2treetagger -l french | conllu2korapxml
187+
./build/bin/korapxmltool -A "docker run --rm -i korap/conllu-treetagger -l french" -t zip app/src/test/resources/wdf19.zip
191188
```
189+
See [TreeTagger Docker Image with CoNLL-U Support](https://github.com/KorAP/conllu-treetagger-docker).
192190

193191
### Tag and lemmatize with spaCy directly to a new KorAP-XML ZIP file
194192

0 commit comments

Comments
 (0)