0
|
1 /*
|
|
2 * $Id: README.j,v 1.1.2.1 1999/02/08 07:43:31 yamasita Exp $
|
|
3 */
|
|
4
|
|
5 /*
|
|
6 * FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
7 * This file is part of FreeWnn.
|
|
8 *
|
|
9 * Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
10 * 1987, 1988, 1989, 1990, 1991, 1992
|
|
11 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
12 * Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
13 *
|
|
14 * Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.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, or (at your option)
|
|
19 * 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 GNU Emacs; see the file COPYING. If not, write to the
|
|
28 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
29 *
|
|
30 * Commentary:
|
|
31 *
|
|
32 * Change log:
|
|
33 *
|
|
34 * Last modified date: 8,Feb.1999
|
|
35 *
|
|
36 * Code:
|
|
37 *
|
|
38 */
|
|
39 XJUTIL - 辞書ユーティリティ・マネージャ
|
|
40
|
|
41
|
|
42 このディレクトリには、XJUTILのソースがあります。
|
|
43
|
|
44 XJUTILは、Wnnの辞書を操作する辞書ユーティリティ・マネージャです。
|
|
45 XJUTILは、XWNMOより自動的に起動されます。
|
|
46
|
|
47 XJUTILの処理
|
|
48 辞書追加:
|
|
49 辞書一覧:
|
|
50 登録:
|
|
51 検索:
|
|
52 パラメータ変更:
|
|
53 頻度セーブ:
|
|
54 辞書情報:
|
|
55 附属語変更:
|
|
56
|
|
57 マニュアルをインストールする場合、デフォルトは英語のマニュアルです。
|
|
58 もし、日本語のマニュアル(EUC)が表示できるシステムなら、Imakefile の
|
|
59 LOCALMAN を "man.en" から "man.ja" に変更して下さい。
|
|
60
|
|
61 [XJUTIL の作り方]
|
|
62
|
|
63 xwnmo/README の [XWNMO の作り方] を参照下さい。
|
|
64
|
|
65 [XJUTIL の使い方]
|
|
66
|
|
67 XWNMO をコンパイル時に、USING_XJUTILをデファインすれば、XWNMOは自動的に
|
|
68 XJUTILを起動します。何もする必要はありません。
|