Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wnnatod(1) [sunos man page]

wnnatod(1)							   User Commands							wnnatod(1)

NAME
wnnatod - Convert an EUC text dictionary to a binary dictionary SYNOPSIS
/usr/bin/wnnatod [-s num] [-R] [-S] [-U] [-r] [-N] [-n] [-P filename] [-p filename] [-I] [-e] [-h filename] binary_dictionary_filename DESCRIPTION
wnnatod reads a Japanese EUC text dictionary from the standard input, converts it to a binary dictionary and writes it to the specified binary_dictionary_filename. OPTIONS
The following options are available. -s num Specifies the amount of memory to allocate (in words). num should be a little over the number of words in the dictionary. Normally you do not need to specify this option. The default is 70,000. If wnnatod fails, notifying memory shortage, retry the command with -s option. -R Converts the EUC text dictionary to a reverse-searchable binary dictionary (default). -S Converts the EUC text dictionary to a fixed-format dictionary. -U Converts the EUC text dictionary to an editable dictionary. -r Reverses the order of Kana and Kanji when converting the EUC text dictionary. -N Sets the dictionary password to "*". -n Sets the frequency password to "*". -P filename Specifies the file name of the dictionary password. -p filename Specifies the file name of the frequency password. -I Creates a system dictionary. -e Registers an entry's reading (Hiragana) as word in the binary dictionary if the reading and the word are the same (that is, the word consists of only Hiragana). With this option, you cannot convert a text dictionary to a reverse-searchable binary dictionary. -h filename Specifies the file name that contains part of speech information. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWjwncu | +-----------------------------+-----------------------------+ SEE ALSO
wnndictutil(1), wnndtoa(1), wnnotow(1), wnntouch(1) SunOS 5.10 2 Mar 1998 wnnatod(1)

Check Out this Related Man Page

CWDREG(1)						      General Commands Manual							 CWDREG(1)

NAME
cwdreg - To register characters/words into the binary format dictionary. SYNOPSIS
cwdreg [-D server ] -n envname -d dicno < textdic OR cwdreg [-D server ] -n envname -L filename < textdic DEFAULT PATH
/usr/local/bin/cWnn4/cwdreg DESCRIPTION
This function allows user to register characters/words into the specified binary dictionary, with either dictionary number dicno or dictio- nary filename filename specified. server is the machine name of the server. If this is not specified, the default cserver indicated by the environment variable CSERVER will be taken. "-n envname " must be specified. envname is the environment name. You may execute "cwnnstat -E" to see the current environment name. Either "-d dicno " or "-L filename " must be specified. dicno is the dictionary number. filename is the filename of the dictionary. "-L" is used for when the dictionary is from the local machine. "<" means to pipe the textdic as an input to "cwdreg" command. textdic is the text file which user enters the characters/words to be registered. The format of this text file must be the same as that in the system text format dictionary. That is, -------------------------------------------------- | Pinyin Word Cixing Frequency | | : : : : | -------------------------------------------------- Refer to cWnn manual for details on dictionary. By using "cwdreg", all the characters/words in textdic will be registered into the specified binary dictionary permanently. NOTE
1. The parts in [ ] are options. They may be omitted. 13 May 1992 CWDREG(1)
Man Page