comparison Wnn/man.en/6.jutil/atof.man @ 0:bbc77ca4def5

initial import
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:30:14 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bbc77ca4def5
1 .\"
2 .\" $Id: atof.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 ATOF \ "30 April 2001"
31 .SH NAME
32 .sv 1
33 .nf
34 .ta 0.1i 2i
35 atof Convert Function Word Information to Special Format
36 .fi
37 .SH SYNOPSIS
38 .sv 1
39 .nf
40 .ta 0.1i 3i
41 atof <\fIfzk.data_filename\fR>
42 .fi
43 .SH DESCRIPTION
44 .HP 0
45 .IP
46 atof takes UJIS style EUC encoded information about function words
47 (fuzokugo: fzk(4)) from standard input and outputs it in a special
48 format (fzk.data(4)).
49
50 If the input contains information about separate entries with the same
51 pronunciation and part of speech, atof combines them into a single
52 function word and outputs a message to stderr. The adjacency
53 information of the new function word will be the disjunction of the
54 information of the separate entries. (For example, when the stem and
55 inflecting part of an inflecting word are defined separately.)
56
57 .SH FILES
58 .HP 0
59 .IP
60 atof is not normally installed into /usr/local/bin or /usr/bin.
61 Instead it can be found at:
62 .br
63 .PD 0
64 .B /usr/local/bin/Wnn4/atof (default)
65 .PD
66 .SH "SEE ALSO"
67 .sv 1
68 .nf
69 fzk.u(4), fzk.data(4)