source: gsdl/trunk/trunk/mgpp/text/mgpp_fast_comp_dict.1@ 16583

Last change on this file since 16583 was 16583, checked in by davidb, 16 years ago

Undoing change commited in r16582

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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.\"------------------------------------------------------------
8.TH mgpp_fast_comp_dict 1 \*(Dt CITRI
9.SH NAME
10mgpp_fast_comp_dict \- build a fast loading compression dictionary
11.SH SYNOPSIS
12.B mgpp_fast_comp_dict
13[
14.B \-h
15]
16[
17.BI \-d " directory"
18]
19.BI \-f " name"
20.SH DESCRIPTION
21.B mgpp_fast_comp_dict
22builds a fast-loading compression dictionary from the standard
23compression dictionary. The new dictionary has the property that
24.BR mgppquery (1)
25can load it in very quickly, making the startup time for
26.BR mgppquery (1)
27much shorter. The new dictionary is larger on disk than the original,
28but they are no different when it comes to memory usage.
29.SH OPTIONS
30Options may appear in any order.
31.TP "\w'\fB\-d\fP \fIdirectory\fP'u+2n"
32.B \-h
33This displays a usage line on
34.IR stderr .
35.TP
36.BI \-d " directory"
37This specifies the directory where the document collection can be found.
38.TP
39.BI \-f " name"
40This specifies the base name of the document collection.
41.SH ENVIRONMENT
42.TP "\w'\fBMGDATA\fP'u+2n"
43.SB MGDATA
44If this environment variable exists, then its value is used as the
45default directory where the mgpp
46collection files are. If this variable does not exist, then the
47directory \*(lq\fB.\fP\*(rq is used by default. The command line
48option
49.BI \-d " directory"
50overrides the directory in
51.BR MGDATA .
52.SH FILES
53.TP 20
54.B *.text.dict
55Compression dictionary.
56.TP
57.B *.text.dict.fast
58Fast loading compression dictionary.
59.TP
60.B *.text.dict.aux
61Auxiliary compression dictionary.
62.SH "SEE ALSO"
63.na
64.BR mgpp_compression_dict (1),
65.BR mgpp_invf_dict (1),
66.BR mgpp_passes (1),
67.BR mgpp_perf_hash_build (1),
68.BR mgpp_stem_idx (1),
69.BR mgpp_weights_build (1)
Note: See TracBrowser for help on using the repository browser.