0
|
1 .\"
|
|
2 .\" $Id: dtoa.man,v 1.1 2001/06/18 09:09:49 ura Exp $
|
|
3 .\"
|
|
4 .\"
|
|
5 .\" FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
6 .\" This file is part of FreeWnn.
|
|
7 .\"
|
|
8 .\" Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
9 .\" 1987, 1988, 1989, 1990, 1991, 1992
|
|
10 .\" Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
11 .\" Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
12 .\" Copyright FreeWnn Project 1999, 2000, 2001
|
|
13 .\"
|
|
14 .\" Maintainer: FreeWnn Project <freewnn@tomo.gr.jp>
|
|
15 .\"
|
|
16 .\" This program is free software; you can redistribute it and/or modify
|
|
17 .\" it under the terms of the GNU General Public License as published by
|
|
18 .\" the Free Software Foundation; either version 2 of the License, or
|
|
19 .\" (at your option) any later version.
|
|
20 .\"
|
|
21 .\" This program is distributed in the hope that it will be useful,
|
|
22 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
23 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
24 .\" GNU General Public License for more details.
|
|
25 .\"
|
|
26 .\" You should have received a copy of the GNU General Public License
|
|
27 .\" along with this program; if not, write to the Free Software
|
|
28 .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
29 .\"
|
|
30 .TH DTOA \ "30 April 2001"
|
|
31 .SH NAME
|
|
32 .sv 1
|
|
33 .nf
|
|
34 .ta 0.1i 2i
|
|
35 dtoa Binary Dictionary to EUC Text Converter
|
|
36 .fi
|
|
37 .SH SYNOPSIS
|
|
38 .sv 1
|
|
39 .nf
|
|
40 .ta 0.1i 3i
|
|
41 .B dtoa [-n] [-s] [-e|-E] [-h \fIPOS data_file\fR]
|
|
42 <\fIbinary_dictionary\fR> [<\fIfrequency_data\fR> ...]
|
|
43 .fi
|
|
44 .SH DESCRIPTION
|
|
45 .HP 0
|
|
46 .IP
|
|
47 dtoa converts the specified wnn binary dictionary to a euc-encoded file,
|
|
48 and sends it to stdout. The default EUC encoding is UJIS. To
|
|
49 output to other euc encodings, you must set the environment variable
|
|
50 CSWIDTH, as described in atod(1).
|
|
51
|
|
52 The basic output format is:
|
|
53
|
|
54 Pronunciation Kanji POS Frequency
|
|
55
|
|
56
|
|
57 One or more frequency files can also be given as inputs, and they will
|
|
58 be used to calculate the frequency.
|
|
59
|
|
60 .TP
|
|
61 \fB\-n\fR
|
|
62 Sort the EUC encoded dictionary by pronunciation (long vowel marker
|
|
63 comes first), then hiragana order, then ASCII order.
|
|
64 .TP
|
|
65 \fB\-s\fR
|
|
66 Add serial numbers to each entry.
|
|
67 .TP
|
|
68 \fB\-e\fR
|
|
69 Expand special expressions (default). With this option, spaces, tabs
|
|
70 and so on will be expanded into 8-bit expressions.
|
|
71 .TP
|
|
72 \fB\-E\fR
|
|
73 Don't expand special expressions. With this option, spaces, tabs
|
|
74 and so on will not be expanded into 8-bit expressions.
|
|
75 .TP
|
|
76 \fB\-h\fR
|
|
77 Specify the POS data file. The default is
|
|
78 \fI/usr/local/lib/wnn/ja_JP/hinsi.data\fR.
|
|
79 .SH FILES
|
|
80 .HP 0
|
|
81 .IP
|
|
82 dtoa is not normally installed into /usr/local/bin or /usr/bin.
|
|
83 Instead it can be found at:
|
|
84 .br
|
|
85 .PD 0
|
|
86 .B /usr/local/bin/Wnn4/dtoa (default)
|
|
87 .PD
|
|
88 .SH "SEE ALSO"
|
|
89 .sv 1
|
|
90 .nf
|
|
91 atod(1), dtoa(1), wnntouch(1)
|