$Id: atod.man,v 1.1 2001/06/18 09:09:49 ura Exp $


FreeWnn is a network-extensible Kana-to-Kanji conversion system.
This file is part of FreeWnn.

Copyright Kyoto University Research Institute for Mathematical Sciences
1987, 1988, 1989, 1990, 1991, 1992
Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
Copyright FreeWnn Project 1999, 2000, 2001

Maintainer: FreeWnn Project <freewnn@tomo.gr.jp>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

ATOD "30 April 2001"
NAME
.sv 1
atod EUC Text to Binary Dictionary Converter
SYNOPSIS
.sv 1
 atod [-s number_of_word_entries] [-R] [-S] [-U] [-r] [-N] [-n]
 [-P password_file] [-p frequency_password_file]
 <binary_dictionary>
DESCRIPTION

0

atod converts an appropriately formatted euc-encoded dictionary text from standard input to the binary dictionary format used by wnn. The default EUC encoding is UJIS. To use other euc encodings, you must set the environment variable CSWIDTH, as described below:

CSWIDTH=b1[:c1][,b2[:c2][,b3[:c3]]]

"b1-b3" are the number of bytes of the code-sets (except SS2 and SS3).

"c1-c3" are the number of columns of the code-sets.

"b1" and "c1" are for code-set 1.

"b2" and "c2" are for code-set 2.

"b3" and "c3" are for code-set 3.

The value of CSWIDTH for UJIS is 2,1,2. "-s" specifies the amount of memory to be allocated. This only needs to be set if atod exits with an error-message saying that it does not have enough memory. In that case rerun it with more memory. atod accepts the following options:

8 -s no_of_entries This should be a number slightly larger than the number of entries in the dictionary. The default is 70000.

8 -R Convert the dictionary into a reversible format. (default)

8 -S Convert the dictionary into a fixed format.

8 -U Convert the dictionary into an updatable format.

8 -r Reverse the pronunciation and kanji in the EUC dictionary.

8 -P password_fileq Specify the password file for the dictionary.

8 -p frequency_password_file Specify the password file for the frequency file.

8 -N Set the password of the dictionary to "*".

8 -n Set the password of the frequency file to "*".

FILES

0

atod is not normally installed into /usr/local/bin or /usr/bin. Instead it can be found at:

0 /usr/local/bin/Wnn4/atod (default)

"SEE ALSO"
.sv 1
jserverrc(4)