.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IBUS-TABLE-CREATEDB" "1" "Apr 18, 2013" "" "" .SH NAME ibus-table-createdb \- create ibus-table database from table source .SH SYNOPSIS \fBibus-table-createdb\fR [ \fB-n \fIname\fB\fR | \fB--name \fIname\fB\fR ] [ \fB-s \fIsource\fB\fR | \fB--source \fIsource\fB\fR ] [ \fB-e \fIextra\fB\fR | \fB--extra \fIextra\fB\fR ] [ \fB-p \fIpinyin\fB\fR | \fB--pinyin \fIpinyin\fB\fR ] [ \fB-o\fR ] [ \fB--no-create-index\fR ] [ \fB-i\fR ] [ \fB--create-index-only\fR ] [ \fB-d\fR ] [ \fB--debug\fR ] .SH "DESCRIPTION" .PP \fBibus-table-createdb\fR creates a database for ibus-table from a source table. .SH "OPTIONS" .PP This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP \fB-n --name \fIdatabase-file\fB \fR \fIdatabase-file\fR specifies the file name for the binary database for the IME. The default is ''. If the file name of the database is not specified, the file name of the source file before the first '.' will be appended with '.db' and that will be used as the file name of the database. .TP \fB-s --source \fIsource-file\fB \fR \fIsource-file\fR specifies the file which contains the source of the IME. The default is ''. .TP \fB-e --extra \fIextra-words-file\fB \fR \fIextra-words-file\fR specifies the file name for the extra words for the IME. The default is ''. .TP \fB-p --pinyin \fIpinyin-file\fB \fR \fIpinyin-file\fR specifies the source file for the pinyin. The default is '/usr/share/ibus-table/data/pinyin_table.txt.bz2'. .TP \fB-o --no-create-index \fR Do not create an index for a database (Only for distribution purposes, a normal user should not use this flag!) .TP \fB-i --create-index-only \fR Only create an index for an existing database. Specifying the file name of the binary database with the -n or --name option is required when this option is used. .TP \fB-d --debug \fR Print extra debug messages. .SH "EXAMPLES" .TP \fBibus-table-createdb -n ipa-x-sampa.db -s ipa-x-sampa.txt\fR Create the binary database ``ipa-x-sampa.db'' from the source file ``ipa-x-sampa.txt''\&. .TP \fBibus-table-createdb -i -n ipa-x-sampa.db\fR Create an index for the database ``ipa-x-sampa.db''\&. .SH "AUTHOR" .PP This manual page was written by Mike FABIAN \&.