Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yaskkserv_hairy(1) [debian man page]

YASKKSERV_HAIRY(1)					      General Commands Manual						YASKKSERV_HAIRY(1)

NAME
yaskkserv_hairy - Yet Another SKK SERVer (feature-rich version) SYNOPSIS
yaskkserv_hairy [OPTION] dictionary [dictionary...] DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. yaskkserv is a dictionary server for the SKK Japanese input method system. yaskkserv is written in C++ from scratch in consideration of embedded environment, but is compatible with skkserv on the protocol behavior. yaskkserv_hairy supports server completion function in addition to features of yaskkserv_normal. OPTIONS
-c, --check-update check update dictionary (default disable) -d, --debug enable debug mode (default disable) -h, --help print this help and exit -l, --log-level=LEVEL loglevel (range [0 - 9] default 1) -m, --max-connection=N max connection (default 8) -p, --port=PORT set port (default 1178) --server-completion-midasi-length=LENGTH set midasi length (range [256 - 32768] default 2048) --server-completion-midasi-string-size=SIZE set midasi string size (range [16384 - 1048576] default 262144) --server-completion-test=type 1:default 2:ignore slash 3:space 4:space and protocol 'c' -v, --version print version COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2008 Tadashi Watanabe. SEE ALSO
yaskkserv_normal(1), yaskkserv_simple(1), yaskkserv_make_dictionary(1). AUTHOR
yaskkserv was written by Tadashi Watanabe <wac@umiushi.org>. This manual page was written by KURASHIKI Satoru <lurdan@gmail.com>, for the Debian project (but may be used by others). January 17, 2008 YASKKSERV_HAIRY(1)

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