Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bskk(1) [debian man page]

BSKK(1) 						      General Commands Manual							   BSKK(1)

NAME
bskk - Bayesian estimation for SKK SYNOPSIS
bskk [options] DESCRIPTION
bskk is a helper program for skk-bayesian.el which handles history with Bayesian estimation for SKK Japanese input systems. The options are as follows: -f history_file Use history_file as a history file. -s Run as a server. -p port Use port (default=51178). -v Verbose. -d Debug mode. -h Show a help and exit. To terminate bskk, send TERM signal to bskk (regardless of -s or not). If bskk receives TERM signal, bskk terminates immediately without saving history. To save history, send COMMAND_SAVE (#save) to bskk before bskk is terminated. BUGS
This manual page is provided by Debian. It is not integrated in the upstream source. BSKK(1)

Check Out this Related 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)
Man Page