Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

skksearch(8) [debian man page]

SKKSEARCH(8)						      System Manager's Manual						      SKKSEARCH(8)

NAME
skksearch - yet another SKK Dictionary server SYNOPSIS
skksearch [-l digit] [-f logfile] [-s][-c config] type:file ... DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. skksearch is a dictionary server for the SKK Japanese input method system. skksearch is normally invoked by the Internet server (see inetd(8)) for requests to connect to the skkserv port as indicated by the /etc/services file (see services(5)). OPTIONS
skksearch program accepts the following options: -l digit specify loglevel -1 to 7. -f logfile output debug message to logfile. -s Use syslog. -c config indicates config file which contains the specifications of dictionaries. type:file skksearch program supports the following dictionary types. db Berkeley DB cdb constant database (see tinycdb). plain plain text like SKK-JISYO.L dummy dummy dictionary for debugging. skksearch can take multiple dictionaries. EXAMPLES
Insert the following line in inetd.conf, and restart inetd. skkserv stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/skksearch -c /etc/skksearch.conf AUTHOR
This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian GNU/Linux system (but may be used by others). September 23, 2000 SKKSEARCH(8)

Check Out this Related Man Page

LIBSKK(1)						      General Commands Manual							 LIBSKK(1)

NAME
skk - program that emulates Japanese SKK input method SYNOPSIS
skk [options] DESCRIPTION
skk is a tool that reads key sequences from the standard input and converts them to Japanese text according to a Japanese input method called SKK (Simple Kana to Kanji conversion program). More information about the SKK input method itself can be found at: http://openlab.jp/skk/ OPTIONS
The skk command follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -f, --file-dict=FILE Specify path to a file dictionary. -u, --user-dict=FILE Specify path to a user dictionary. -s, --skkserv=HOST:PORT Specify host and port running skkserv. -r, --rule=RULE Specify typing rule. -l, --list-rules List typing rules. EXAMPLE
echo "A i SPC" | skk Converts a capital letter "A" followed by lowercase letter "i" and a space. echo "K a p a SPC K a SPC" | skk Converts a capital letter "K" followed by lowercase letters "a", "p", "a", and a space. Then converts a capital letter "K" followed by "a" and a space. echo "r k" | skk -r tutcode Converts two lowercase letters "r" and "k" with TUT-Code typing rule. echo "a (usleep 50000) b (usleep 200000)" | skk -r nicola Converts two lowercase letters "a" and "b" typed with a 50000 micro seconds interval, and wait 200000 micro seconds, with NICOLA typing rule. AUTHOR
libskk was written by Daiki Ueno <ueno@unixuser.org>. 5 Jan 2012 LIBSKK(1)
Man Page