NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
/etc/lib/locale/ja/wnn/ja/jserverrc
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.
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
number is the maximum number of clients that can connect to the server. The default is 64 .
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 .
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.
Is the default directory path name (/usr/lib/locale/ja/wnn) for the uum environment file.
Should be ja for Japanese Solaris releases.
Specifies Kana–Kanji conversion parameters and pseudo-part of speech frequency. The default values are shown in parentheses.
N for N (long) phrase analysis ( 5)
Maximum number of short phrases in a long phrase ( 10)
Main word frequency parameter ( 2)
Short phrase length parameter ( 45)
Main word length parameter ( 0)
Bit parameter to indicate most recent usage ( 80)
Dictionary parameter ( 5)
Short phrase evaluation parameter ( 1)
Long phrase length parameter ( 20)
Number of short phrases parameter ( 0)
Pseudo–part of speech "number" frequency ( 400)
Pseudo–part of speech "Kana" frequency (–100)
Pseudo–part of speech "alphanumerics" frequency ( 400)
Pseudo–part of speech "symbol" frequency ( 80)
Pseudo–part of speech "closing parentheses" frequency ( 200)
Pseudo–part of speech "auxillary word" frequency ( 2)
Pseudo–part of speech "opening parentheses" frequency ( 200)
Specify integers for the above parameters.
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.
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.
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:
Character | Notation |
CTRL_A | ‸A |
' '(SPACE) | 0x20 \x20 32 040 \o40 |
040 \o40 : octal number | |
32 : decimal number | |
0x20 \x20: hexadecimal number | |
' –' | ' –' |
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.
wnnds that uses the well-known port number (26208) on host hostname.
wnnds that uses the port number obtained by adding no to the well-known port number on host hostname.
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
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO