Before using the service, please read the preliminary information containing a description of steps that enable access to the CLARIN-PL developer interface.
Makezip creates a compressed .zip folder from the input file to minimize its size and saves it as the output file. The .zip archive can contain one or more files or directories.
Note: It is used as the last service in the processing pipeline.
Compression method selection.
The service can be run by using an LPMN query in the LPMN Client service:
method
- allows you to choose the compression method from:
deflate
- the standard .zip compression method, the default option,store
- no compression,or more efficient methods that provide high compression quality but may not be supported by some, especially older, programs:
bz2
- the open source bzip2 method used especially in Unix-based systems, allows you to create a compressed .bz2 archivelzma
- the method allows you to create a compressed .lzma archive, an older file format commonly found in Unix-based systems.The service can be run in the Windows system with default values using the following LPMN query: [['any2txt','postagger'], 'makezip']
A text file or directory.
Depending on the selected compression method: a .zip, .bz2, or .lzma compressed directory.
In Colab: Makezip - Creating a ZIP archive
(C) CLARIN-PL