You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run this command (from README) under Windows: docker run --rm \ -v ${PWD}/example:/data:z korap/kalamar:latest-conv \ tei2korapxml \ --inline-tokens '!cmc#morpho' \ --input /data/dck-part1.i5.xml > dck.zip
I get an error message, that --no-tokenizer flag is missing.
If I add this flag - the dck.zip is corrupt.
The text was updated successfully, but these errors were encountered:
Can you explain what you mean by broken? Isn't it possible to work with the generated zip in the follow up commands? Isn't it possible to open the file using the windows zip tools?
If I try to convert this ZIP file to JSON via korapxml2krill - you get an error. After some tests I recognize, that the ZIP-File is corrupt - tried to open the ZIP file on the host (Windows) show "7ZIP: File isn't an archive" dck.zip
If I run this command (from README) under Windows:
docker run --rm \ -v ${PWD}/example:/data:z korap/kalamar:latest-conv \ tei2korapxml \ --inline-tokens '!cmc#morpho' \ --input /data/dck-part1.i5.xml > dck.zip
I get an error message, that --no-tokenizer flag is missing.
If I add this flag - the dck.zip is corrupt.
The text was updated successfully, but these errors were encountered: