0
|
1 ;;;
|
|
2 ;;; FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
3 ;;; This file is part of FreeWnn.
|
|
4 ;;;
|
|
5 ;;; Copyright Wnn Consortium. 1993
|
|
6 ;;;
|
|
7 ;;; Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
|
|
8 ;;;
|
|
9 ;;; This program is free software; you can redistribute it and/or modify
|
|
10 ;;; it under the terms of the GNU General Public License as published by
|
|
11 ;;; the Free Software Foundation; either version 2, or (at your option)
|
|
12 ;;; any later version.
|
|
13 ;;;
|
|
14 ;;; This program is distributed in the hope that it will be useful,
|
|
15 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17 ;;; GNU General Public License for more details.
|
|
18 ;;;
|
|
19 ;;; You should have received a copy of the GNU General Public License
|
|
20 ;;; along with GNU Emacs; see the file COPYING. If not, write to the
|
|
21 ;;; Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
22 ;;;
|
|
23 ;;; Commentary:
|
|
24 ;;;
|
|
25 ;;; Change log:
|
|
26 ;;;
|
|
27 ;;; Last modified date: 8,Feb.1999
|
|
28 ;;;
|
|
29 ;;;
|
|
30 ;
|
|
31 ; Wnn version 4 接続ベクトル定義ファイル
|
|
32 ; Pubdic Version 1989/11/7
|
|
33 ;
|
|
34 #ifdef comment
|
|
35 このファイルは、生の定義ファイルではなく、以下のマクロの
|
|
36 定義/未定義により、それぞれの目的に応じた接続ベクトル定義
|
|
37 ファイルを cpp を使って生成するようになっている。
|
|
38
|
|
39 マクロ名 意味
|
|
40 =======================================================
|
|
41 KOUGO 口語で、ややくだけた表現
|
|
42 KANSAI 主に関西地方で使われる口語表現 (KOUGO を仮定)
|
|
43 #endif
|
|
44
|
|
45 #if KANSAI && !KOUGO
|
|
46 #define KOUGO
|
|
47 #endif
|
|
48
|
|
49 #include "fzk.attr"
|
|
50 #include "fzk.jirattr"
|
|
51 #include "fzk.fzkattr"
|
|
52 #include "fzk.jircon"
|
|
53 #include "fzk.con"
|
|
54 #include "fzk.shuutan"
|
|
55
|
|
56 \bye
|