Provided by: ibus-table_1.5.0.is.1.5.0.20130419-2_all bug

NAME

       ibus-table-createdb - create ibus-table database from table source

SYNOPSIS

       ibus-table-createdb [  [ -n name ]  [ --name name ]  ]  [  [ -s source ]  [ --source source ]  ]  [  [ -e
       extra ]  [ --extra extra ]  ]  [  [ -p pinyin ]  [ --pinyin pinyin ]  ]  [ -o ]  [ --no-create-index ]  [
       -i ]  [ --create-index-only ]  [ -d ]  [ --debug ]

DESCRIPTION

       ibus-table-createdb creates a database for ibus-table from a source table.

OPTIONS

       This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -n     database-file specifies the file which will contain the binary database for the IME.  The  default
              is ''.

       -s     source-file specifies the file which contains the source of the IME. The default is ''.

       -e     extra-words-file specifies the file for the extra words for the IME. The default is ''.

       -p     pinyin-file   specifies   the  source  file  for  the  pinyin.  The  default  is  /usr/share/ibus-
              table/data/pinyin_table.txt.bz2.

       -o     Do not create an index for for a database (Only for distribution purposes, a  normal  user  should
              not use this flag!)

       -i     Only create an index for an existing database.

       -d     Print extra debug messages.

EXAMPLES

       ibus-table-createdb -n ipa-x-sampa.db -s ipa-x-sampa.txt
              Create the binary database ``ipa-x-sampa.db'' from the source file ``ipa-x-sampa.txt''.

       ibus-table-createdb -i -n ipa-x-sampa.db
              Create an index for the database ``ipa-x-sampa.db''.

AUTHOR

       This manual page was written by Mike FABIAN <mfabian@redhat.com>.

                                                  Apr 18, 2013                            IBUS-TABLE-CREATEDB(1)