.\" .\" $Id: dtoa.man,v 1.3 2001/06/14 18:08:34 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 .\" .\" Maintainer: FreeWnn Project .\" .\" 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 .\" .TH DTOA 1 "28 January 1992" .SH 名称 .sv 1 .nf .ta 0.1i 2i dtoa バイナリ辞書 → EUC形式辞書ヘの変換 .fi .SH 形式 .sv 1 .nf .ta 0.1i 3i /usr/local/bin/Wnn4/dtoa [-n] [-s] [-e|-E] [-h 品詞ファイル名] <バイナリ辞書ファイル名> [<頻度ファイル名> ...] .fi .SH 機能 .HP 0 .IP dtoa は、指定されたバイナリ辞書ファイルをEUC形式に変換して、標準出力 に出力する。デフォルトのEUC形式は、UJIS形式である。 UJIS以外のEUC形式の辞書を変換する場合は、環境変数 CSWIDTH を 設定する。CSWIDTH については、atod のマニュアルを参照のこと。 第2引数にユーザが持っている頻度ファイルを1つ以上指定すると、その頻度情報 がEUC形式辞書に反映される。 以下のオプションによって、動作を指定する。 .TP 8 -n EUC形式辞書を、読みの「ー」、ひらがな(全角文字)、半角英数字 (ASCII文字)の順にソートする。結果は標準出力に出力する。 .TP 8 -s シリアルナンバーを付けて出力する。 .TP 8 -e 特殊表現に展開する。このオプションをつけると、スペース、タブなどを 8進表現に、展開する。(デフォルト) .TP 8 -E 特殊表現に展開しない。このオプションをつけると、スペース、タブなどを 8進表現に、展開しない。 .TP 8 -h 品詞ファイル名を指定する。デフォルトは、/usr/local/lib/wnn/ja_JP/hinsi.dataである。 .SH 関連項目 .sv 1 .nf atod(1), dtoa(1), wnntouch(1)