Table of Contents NAME mgdictlist - list the contents of a dictionary SYNOPSIS ...
Table of Contents
NAME
mgdictlist - list the contents of a dictionary
SYNOPSIS
mgdictlist [ -q ] filename
DESCRIPTION
mgdictlist lists the contents of either a compressed compression dictionary, a text statistics file, or a compressed stemmed dictionary. Unlike all the other programs in the mg(1) suite, it is necessary to specify the complete pathname of the dictionary to list.
OPTIONS
The filename must be last.
- -q
- Generate an abbreviated output (machine-readable rather than human-readable).
filename This is the name of the dictionary to list. mgdictlist automatically detects whether the file is a compressed compression dictionary, text statistics file, or a compressed stemmed dictionary.
FILES
- *.text.dict
- Text statistics file.
- *.text.dict
- Compressed compression dictionary.
- *.invf.build
- Compressed stemmed dictionary.
SEE ALSO
mg(1),
mg_compression_dict(1),
mg_fast_comp_dict(1),
mg_get(1),
mg_invf_dict(1),
mg_invf_dump(1),
mg_invf_rebuild(1),
mg_passes(1),
mg_perf_hash_build(1),
mg_text_estimate(1),
mg_weights_build(1),
mgbilevel(1),
mgbuild(1),
mgfelics(1),
mgquery(1),
mgstat(1),
mgtic(1),
mgticbuild(1),
mgticdump(1),
mgticprune(1),
mgticstat(1).
Table of Contents