File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments