1IBUS-TABLE-CREATEDB(1) IBUS-TABLE-CREATEDB(1)
2
3
4
6 ibus-table-createdb - create ibus-table database from table source
7
9 ibus-table-createdb [ [ -n name ] [ --name name ] ] [ [ -s source
10 ] [ --source source ] ] [ [ -e extra ] [ --extra extra ] ] [ [
11 -p pinyin ] [ --pinyin pinyin ] ] [ -o ] [ --no-create-index ] [
12 -i ] [ --create-index-only ] [ -d ] [ --debug ]
13
14
16 ibus-table-createdb creates a database for ibus-table from a source ta‐
17 ble.
18
20 This program follows the usual GNU command line syntax, with long
21 options starting with two dashes (`-'). A summary of options is
22 included below.
23
24 -n database-file specifies the file name for the binary database
25 for the IME. The default is ''. If the file name of the database
26 is not specified, the file name of the source file before the
27 first '.' will be appended with '.db' and that will be used as
28 the file name of the database.
29
30 -s source-file specifies the file which contains the source of the
31 IME. The default is ''.
32
33 -e extra-words-file specifies the file name for the extra words for
34 the IME. The default is ''.
35
36 -p pinyin-file specifies the source file for the pinyin. The
37 default is '/usr/share/ibus-table/data/pinyin_table.txt.bz2'.
38
39 -o Do not create an index for a database (Only for distribution
40 purposes, a normal user should not use this flag!)
41
42 -i Only create an index for an existing database. Specifying the
43 file name of the binary database with the -n or --name option is
44 required when this option is used.
45
46 -d Print extra debug messages.
47
49 ibus-table-createdb -n ipa-x-sampa.db -s ipa-x-sampa.txt
50 Create the binary database ``ipa-x-sampa.db'' from the source
51 file ``ipa-x-sampa.txt''.
52
53 ibus-table-createdb -i -n ipa-x-sampa.db
54 Create an index for the database ``ipa-x-sampa.db''.
55
57 This manual page was written by Mike FABIAN <mfabian@redhat.com>.
58
59
60
61 Apr 18, 2013 IBUS-TABLE-CREATEDB(1)