1DICTFMT_INDEX2WORD(1) Linux User's Manaul DICTFMT_INDEX2WORD(1)
2
3
4
6 dictfmt_index2word - Creates a .word index file from a DICTD database
7 .index file
8
10 dictfmt_index2word [OPTIONS] [index_file]
11
13 dictfmt_index2word creates a word index file on stdout for the index
14 file given on stdin or the command line. A word index file indexes
15 each subword from the multi-word headwords of the .index file, to the
16 underlying .dict file. A word index file is usually named <base‐
17 name>.word, but this is not mandatory as long as the proper name is
18 used in the dictd configuration file.
19
21 --help displays a usage message and exits
22
23 --locale locale
24 use locale for sorting the .word file. If this option is omit‐
25 ted, the default locale "C" is used.
26
27 index_file
28 the .index file to be converted.
29
31 dictfmt_index2word was written by Aleksey Cheusov <vle@gmx.net>.
32 This manual page was written by Robert D. Hilliard
33 <hilliard@debian.org>.
34
36 dictd(8), dictfmt(1), dictfmt_index2suffix(1)
37
38
39
40LINUX January 23, 2003 DICTFMT_INDEX2WORD(1)