EnglishFrenchSpanish

OnWorks favicon

word-list-compress - Online in the Cloud

Run word-list-compress in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command word-list-compress that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


word-list-compress - word list compressor/decompressor for GNU Aspell

SYNOPSIS


word-list-compress c[ompress] | d[ecompress]

DESCRIPTION


word-list-compress compresses or decompresses sorted word lists for use with the GNU
Aspell spell checker.

COMMANDS


-c, c, compress
compress the plain text word list read from standard input.

-d, d, decompress
decompress the compressed word list read from standard input.

EXAMPLES


Here are a few examples of how you can use word-list-compress

word-list-compress d <wordlist.cwl >wordlist.txt
Decompress file wordlist.cwl to text file wordlist.txt

word-list-compress c <wordlist.wl >wordlist.cwl 2>errors.txt
Compress wordlist.wl to wordlist.cwl and send any error messages to a text file
named errors.txt

LC_COLLATE=C sort -u <wordlist.txt | word-list-compress c >wordlist.cwl
Sort a word list, then pipe it to word-list-compress to create a compressed binary
wordlist.cwl file.

word-list-compress d <words.cwl | aspell create master ./words.rws
Decompress a wordlist, then pipe it to aspell(1) to create a spelling list. Please
check the aspell(1) info manual for proper usage and options.

TIPS


Word-list-compress is best used with sorted word list type files. It is not a general
purpose compression program since the resulting files may actually increase in size.

Word-list-compress accepts up to 255 text characters in the range of {0x21...0xFF}. If
your word list requires a larger character set for certain languages or longer length for
multi-word, scientific, medical, technical or other use, then it is recommended that you
compress your word list using prezip-bin(1)

DIAGNOSTICS


Word-list-compress normally exits with a return code of 0. If it encounters an error, a
message is sent to standard error output (stderr), and word-list-compress exits with a
non-zero return value. Error messages are listed below:

(display help/usage message)
Unknown command given on the command line so word-list-compress displays a usage
message to standard error output.

Corrupt Input
This is only for the decompression command d. The input file is of an unknown
format or the input file/stream is corrupted. You may have some valid output, but
word-list-compress could not complete the process. If the input file is a
compressed wordlist but you have no output file, then it may be a newer
prezip-bin(1) version of compressed file, if so, try decompressing the file with
prezip-bin(1) instead.

Output Data Error
The output is full, write protected, or has an error and can no longer be written
to.

Use word-list-compress online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • 2
    LIBPNG: PNG reference library
    LIBPNG: PNG reference library
    Reference library for supporting the
    Portable Network Graphics (PNG) format.
    Audience: Developers. Programming
    Language: C. This is an application that
    can also...
    Download LIBPNG: PNG reference library
  • 3
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • 4
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 5
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • 6
    Firefly III
    Firefly III
    A free and open-source personal finance
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • More »

Linux commands

Ad