GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IBUS-TABLE-CREATEDB(1) IBUS-TABLE-CREATEDB(1)

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

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 ]

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

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

database-file 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.
source-file specifies the file which contains the source of the IME. The default is ''.
extra-words-file specifies the file name for the extra words for the IME. The default is ''.
pinyin-file specifies the source file for the pinyin. The default is '/usr/share/ibus-table/data/pinyin_table.txt.bz2'.
Do not create an index for a database (Only for distribution purposes, a normal user should not use this flag!)
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.
Print extra debug messages.

Create the binary database ``ipa-x-sampa.db'' from the source file ``ipa-x-sampa.txt''.
Create an index for the database ``ipa-x-sampa.db''.

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

19 July 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.