Manpages

NAME

jserverrc − Initialization file for Wnn6 Kana-Kanji conversion server

SYNOPSIS

/etc/lib/locale/ja/wnn/ja/jserverrc

DESCRIPTION

jserverrc is the initialization file for Wnn6 Kana-Kanji conversion server ( jserver ), which is read when jserver starts. The followings can be set in the file.
readfile
dictionary_filename

dictionary_filename is a dictionary file name to be read when the server starts. The dictionary file resides on the server until the server process is terminated. This can save time for each client to read the dictionary file when it starts. Add a colon ( : ) just before the file name to allow jserver to read the file when wnnds is used. For example:

readfile :iwanami/fisd
max_client
number

number is the maximum number of clients that can connect to the server. The default is 64 .

max_sticky_env number

number is the maximum number of environments that can be set (fixed). The fixed environment maintains its configuration even when connection to the client is terminated and the environment can be freed. This provides a time-saving startup because configuration tasks are omitted when the environment is used next time. The default is 10 .

jserver_dir path

path is the path name through which the server controls the dictionaries. User’s frequency files and dictionaries are controled under the specified directory. The default is /usr/local/lib/dic/. @LIBDIR and @LANG notation can be used.
@LIBDIR

Is the default directory path name (/usr/lib/locale/ja/wnn) for the uum environment file.

@LANG

Should be ja for Japanese Solaris releases.

def_param number_0...number_16

Specifies Kana-Kanji conversion parameters and pseudo-part of speech frequency. The default values are shown in parentheses.
number_0

N for N (long) phrase analysis ( 5)

number_1

Maximum number of short phrases in a long phrase ( 10)

number_2

Main word frequency parameter ( 2)

number_3

Short phrase length parameter ( 45)

number_4

Main word length parameter ( 0)

number_5

Bit parameter to indicate most recent usage ( 80)

number_6

Dictionary parameter ( 5)

number_7

Short phrase evaluation parameter ( 1)

number_8

Long phrase length parameter ( 20)

number_9

Number of short phrases parameter ( 0)

number_10

Pseudo-part of speech "number" frequency ( 400)

number_11

Pseudo-part of speech "Kana" frequency (-100)

number_12

Pseudo-part of speech "alphanumerics" frequency ( 400)

number_13

Pseudo-part of speech "symbol" frequency ( 80)

number_14

Pseudo-part of speech "closing parentheses" frequency ( 200)

number_15

Pseudo-part of speech "auxillary word" frequency ( 2)

number_16

Pseudo-part of speech "opening parentheses" frequency ( 200)

Specify integers for the above parameters.

max_param number_0...number_16

Specifies the upper limits of the Kana-Kanji conversion parameters. The meaning and order of items are the same as def_param specifications. The default value will be set if the upper limit of autotuned parameters is smaller than the default value. If the upper limit is specified two times or more, the value set last will be used.

min_param number_0...number_16

Specifies the lower limits of the Kana-Kanji conversion parameters. The meaning and order of items are the same as def_param specifications. The default value will be set if the lower limit of autotuned parameters is larger than the default value. If the lower limit is specified two times or more, the value set last will be used.

set_giji_eisuu character...

Specifies character codes, which can be used, in addition to alphanumerics in pseudo-phrase conversion, as the "alphanumerics" pseudo-part of speech. character should be specified in any of the following notations:

default_wnnds_list wnnds_info1 wnnds_info2 wnnds_info3

Specifies the default wnnds to be used if no default wnnds options ( -ds and +ds ) are specified when jserver starts.

wnnds is specified in the following format.
hostname

wnnds that uses the well-known port number (26208) on host hostname.

hostname:no

wnnds that uses the port number obtained by adding no to the well-known port number on host hostname.

hostname/port_no

wnnds that uses port_no as the port number on host hostname.

Up to three wnnds can be specified. Attempts are made for connection on the order specified. The one successfully connected first is used as default wnnds .

Example: default_wnnds_list wnnds1/26209 wnnds2 wnnds3:1

SEE ALSO

wnnenvutil(1), jserver(1M), wnnds(1M)