source: trunk/indexers/mg/man/man1/mgdictlist.1@ 3745

Last change on this file since 3745 was 3745, checked in by mdewsnip, 21 years ago

Addition of MG package for search and retrieval

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1.\"------------------------------------------------------------
2.\" Id - set Rv,revision, and Dt, Date using rcs-Id tag.
3.de Id
4.ds Rv \\$3
5.ds Dt \\$4
6..
7.Id $Id: mgdictlist.1 3745 2003-02-20 21:20:24Z mdewsnip $
8.\"------------------------------------------------------------
9.TH mgdictlist 1 \*(Dt CITRI
10.SH NAME
11mgdictlist \- list the contents of a dictionary
12.SH SYNOPSIS
13.B mgdictlist
14[
15.B \-q
16]
17.I filename
18.SH DESCRIPTION
19.B mgdictlist
20lists the contents of either a compressed compression dictionary, a
21text statistics file, or a compressed stemmed dictionary. Unlike all
22the other programs in the
23.BR mg (1)
24suite, it is necessary to specify the complete pathname of the
25dictionary to list.
26.SH OPTIONS
27The
28.I filename
29must be last.
30.TP "\w'\fIfilename\fP'u+2n"
31.B \-q
32Generate an abbreviated output (machine-readable rather than
33human-readable).
34.TP
35.I filename
36This is the name of the dictionary to list.
37.B mgdictlist
38automatically detects whether the file is a compressed compression
39dictionary, text statistics file, or a compressed stemmed dictionary.
40.SH FILES
41.TP 20
42.B *.text.dict
43Text statistics file.
44.TP
45.B *.text.dict
46Compressed compression dictionary.
47.TP
48.B *.invf.build
49Compressed stemmed dictionary.
50.SH "SEE ALSO"
51.na
52.BR mg (1),
53.BR mg_compression_dict (1),
54.BR mg_fast_comp_dict (1),
55.BR mg_get (1),
56.BR mg_invf_dict (1),
57.BR mg_invf_dump (1),
58.BR mg_invf_rebuild (1),
59.BR mg_passes (1),
60.BR mg_perf_hash_build (1),
61.BR mg_text_estimate (1),
62.BR mg_weights_build (1),
63.BR mgbilevel (1),
64.BR mgbuild (1),
65.BR mgfelics (1),
66.BR mgquery (1),
67.BR mgstat (1),
68.BR mgtic (1),
69.BR mgticbuild (1),
70.BR mgticdump (1),
71.BR mgticprune (1),
72.BR mgticstat (1).
Note: See TracBrowser for help on using the repository browser.