added Canna IM data files

Originally were in user config directory


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-07-08 18:31:28 +00:00
parent 7e79718c2b
commit 1446476ec8
46 changed files with 5505 additions and 0 deletions
+283
View File
@@ -0,0 +1,283 @@
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; Using this customize file gives you a Japanese Input Interface
;; like ichitaro does.
;; @(#) 102.1 $Id: just.canna,v 2.10 1996/10/25 05:22:54 kon Exp $
;;; 拡張メニューをあまり使わない場合は、do-not-use-extend-mode を
;;; t に設定して下さい。
(setq do-not-use-extend-mode nil)
;;; ローマ字かな変換の設定
(setq romkana-table "just.cbp")
;;; 利用する辞書
(use-dictionary
"iroha"
"fuzokugo"
"hojomwd"
"hojoswd"
:bushu "bushu"
:user "user"
)
;日本語入力 on にする。
(set-key 'alpha-mode "\C-Xfer" 'japanese-mode)
; 右端で右に行こうとすると左端にいく。
(setq cursor-wrap t) ; default t
; 一覧表示で数字を打ったときに選択までする。
(setq select-direct t) ; default t
; 一覧表示で数字で選択する。
(setq numerical-key-select t) ; default t
; ローマ字かな変換の単位でカーソルを移動する。
(setq character-based-move nil) ; default t
; 入力中の読み全体をリバースしない。
(setq reverse-widely nil) ; default nil
; 頻度学習をする。
(setq gakushu t) ; default t
; 一覧の最後までいったら、また先頭の候補を表示する。
(setq quit-if-end-of-ichiran nil) ; default nil
; 文節の右端で右移動をすると全体が確定する。
(setq kakutei-if-end-of-bunsetsu t) ; default nil
; 読みを入力中にバックスペースを打つと文字ベースで削除を行う。
(setq break-into-roman nil) ; default nil
;一覧から選択を行うとひとつ先の文節に移動する。
(setq stay-after-validate nil) ; default t
; 2 回変換キーを押すと一覧表示を行う。
(setq n-henkan-for-ichiran 2) ; default 2
; 候補が全体の何番目かを表示する。
(setq kouho-count t) ; default t
; 単語登録/削除の直後に辞書の書き出し処理を行う
(setq auto-sync t) ; default t
;; キーマップ
(global-unbind-key-function 'extend)
(global-unbind-key-function 'shrink)
(global-unbind-key-function 'forward)
(global-unbind-key-function 'backward)
(global-unbind-key-function 'previous)
(global-unbind-key-function 'next)
(global-unbind-key-function 'beginning-of-line)
(global-unbind-key-function 'end-of-line)
(global-unbind-key-function 'kill-to-end-of-line)
(global-set-key "\Backspace" 'delete-previous)
(global-set-key "\C-l" 'extend)
(global-set-key "\C-k" 'shrink)
(global-set-key "\Right" 'forward)
(global-set-key "\C-d" 'forward)
(global-set-key "\Left" 'backward)
(global-set-key "\C-s" 'backward)
(global-set-key "\C-Left" 'beginning-of-line)
(global-set-key "\C-a" 'beginning-of-line)
(global-set-key "\C-Right" 'end-of-line)
(global-set-key "\C-f" 'end-of-line)
(global-set-key "\Up" 'previous)
(global-set-key "\C-n" 'next)
(global-set-key "\Down" 'next)
(global-set-key "\Return" 'kakutei)
(global-set-key "\Escape" 'quit)
;; 入力モードの定義
(defmode zenkaku-hiragana-mode " あ固 " romkana-table '(zenkaku hiragana kakutei) t)
(defmode zenkaku-katakana-mode " ア固 " romkana-table '(zenkaku katakana kakutei) t)
(defmode hankaku-katakana-mode " ア 固 " romkana-table '(hankaku katakana kakutei) t)
(defmode zenkaku-eisu-mode " A固 " nil '(zenkaku kakutei) nil)
(defmode hankaku-eisu-mode " A 固 " nil '(hankaku kakutei) nil)
(set-key 'empty-mode "\C-Nfer" 'zenkaku-katakana-mode)
(set-key 'zenkaku-katakana-mode "\C-Nfer" 'hankaku-katakana-mode)
(set-key 'hankaku-katakana-mode "\C-Nfer" 'zenkaku-hiragana-mode)
(set-key 'zenkaku-hiragana-mode "\C-Nfer" 'henkan-nyuuryoku-mode)
(set-key 'empty-mode "\S-Nfer" 'zenkaku-eisu-mode)
(set-key 'zenkaku-eisu-mode "\S-Nfer" 'hankaku-eisu-mode)
(set-key 'hankaku-eisu-mode "\S-Nfer" 'henkan-nyuuryoku-mode)
(global-set-key "\Nfer" 'henkan-nyuuryoku-mode)
(set-key 'henkan-nyuuryoku-mode "\Nfer" 'hankaku-eisu-mode)
(set-key 'empty-mode "\F10" 'kigou-mode)
;; 読みモード時
(let ((mode 'yomi-mode))
(set-key mode "\Delete" 'delete-next)
(set-key mode "\C-u" 'hiragana)
(set-key mode "\F6" 'hiragana)
(set-key mode "\C-i" 'katakana)
(set-key mode "\F7" 'katakana)
(set-key mode "\C-o" 'hankaku)
(set-key mode "\F8" 'hankaku)
(set-key mode "\C-p" 'romaji)
(set-key mode "\F9" 'romaji)
(set-key mode "\C-l" 'forward)
(set-key mode "\C-k" 'backward)
(set-key mode "\Space" 'henkan)
(set-key mode "\Xfer" 'henkan)
(set-key mode "\C-n" 'kakutei)
(set-key mode "\Down" 'kakutei)
)
;; 単候補モード時
(let ((mode 'tankouho-mode))
(set-key mode "\S-Right" 'forward)
(set-key mode "\S-Left" 'backward)
(set-key mode "\C-u" 'hiragana)
(set-key mode "\F6" 'hiragana)
(set-key mode "\C-i" 'katakana)
(set-key mode "\F7" 'katakana)
(set-key mode "\C-o" 'hankaku)
(set-key mode "\F8" 'hankaku)
(set-key mode "\C-p" 'romaji)
(set-key mode "\F9" 'romaji)
(set-key mode "\C-n" 'forward)
(set-key mode "\Down" 'forward)
(set-key mode "\Right" '(shinshuku-mode extend))
(set-key mode "\C-l" '(shinshuku-mode extend))
(set-key mode "\Left" '(shinshuku-mode shrink))
(set-key mode "\C-k" '(shinshuku-mode shrink))
(set-key mode "\Xfer" 'kouho-ichiran)
(set-key mode "\Space" 'henkan)
)
;; 文字種モード時
(let ((mode 'mojishu-mode))
(set-key mode "\C-u" 'hiragana)
(set-key mode "\F6" 'hiragana)
(set-key mode "\C-i" 'katakana)
(set-key mode "\F7" 'katakana)
(set-key mode "\C-o" 'hankaku)
(set-key mode "\F8" 'hankaku)
(set-key mode "\C-p" 'romaji)
(set-key mode "\F9" 'romaji)
(set-key mode "\C-n" 'forward)
(set-key mode "\Down" 'forward)
(set-key mode "\Right" 'extend)
(set-key mode "\Left" 'shrink)
)
;; 一覧候補モード時
(let ((mode 'ichiran-mode))
(set-key mode "\S-Xfer" 'previous)
(set-key mode "\Xfer" 'next)
(set-key mode "\Space" 'forward)
(if do-not-use-extend-mode
(progn
(set-key mode "\Up" 'backward)
(set-key mode "\C-n" 'kakutei)
(set-key mode "\Down" 'kakutei)
(set-key mode "\Right" '(quit shinshuku-mode extend))
(set-key mode "\C-l" '(quit shinshuku-mode extend))
(set-key mode "\Left" '(quit shinshuku-mode shrink)))
(set-key mode "\C-k" '(quit shinshuku-mode shrink))
(progn
(set-key mode "\C-l" 'forward)
(set-key mode "\C-k" 'backward)))
)
;; 記号入力モード時
(let ((mode 'kigou-mode))
(set-key mode "\C-l" 'forward)
(set-key mode "\Space" 'forward)
(set-key mode "\C-k" 'backward)
(set-key mode "\S-Xfer" 'previous)
(set-key mode "\Xfer" 'next)
(if do-not-use-extend-mode
(progn
(set-key mode "\Up" 'backward)
(set-key mode "\C-n" 'kakutei)
(set-key mode "\Down" 'kakutei)))
)
;; 伸縮モード時
(let ((mode 'shinshuku-mode))
(set-key mode "\C-u" '(henkan hiragana))
(set-key mode "\F6" '(henkan hiragana))
(set-key mode "\C-i" '(henkan katakana))
(set-key mode "\F7" '(henkan katakana))
(set-key mode "\C-o" '(henkan hankaku))
(set-key mode "\F8" '(henkan hankaku))
(set-key mode "\C-p" '(henkan romaji))
(set-key mode "\F9" '(henkan romaji))
(set-key mode "\Right" 'extend)
(set-key mode "\Left" 'shrink)
(set-key mode "\C-n" 'forward)
(set-key mode "\Down" 'forward)
)
;; モード表示
(set-mode-display 'empty-mode " あ連 ")
(set-mode-display 'yomi-mode " あ連 ")
(set-mode-display 'henkan-nyuuryoku-mode " あ連 ")
(set-mode-display 'chikuji-yomi-mode " あ自 ")
(set-mode-display 'chikuji-bunsetsu-mode " あ自 ")
;; シンボルの定義
(defsymbol
?, "、" "")
(defsymbol
?. "。" "")
(defsymbol
?[ "「" ""
?] "」" "")
(defsymbol
?/ "・" "")
+76
View File
@@ -0,0 +1,76 @@
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; $Id: 1.2.canna,v 1.6 1996/10/25 05:22:50 kon Exp $
;; default binding for romaji-kana translation table and dictionaries.
(setq romkana-table "default.cbp")
(use-dictionary
"iroha"
"fuzokugo"
"hojomwd"
"hojoswd"
:bushu "bushu"
:user "user"
)
;; setting for compatibility with Canna version 1.2
(let ((mode 'yomi-mode))
(set-key mode "\C-i" 'base-rotate-forward)
(set-key mode "\C-o" 'base-rotate-backward)
)
(set-mode-display 'alpha-mode "")
(set-mode-display 'empty-mode " [あ]")
(set-mode-display 'hex-mode " [16進]")
(set-mode-display 'bushu-mode " [部首]")
(set-mode-display 'henkan-nyuuryoku-mode " [あ]")
(set-mode-display 'zen-hira-kakutei-mode "確[あ]")
(set-mode-display 'zen-kata-kakutei-mode "確[ア]")
(set-mode-display 'han-kata-kakutei-mode "確[ア]")
(set-mode-display 'zen-alpha-kakutei-mode "確[]")
(set-mode-display 'han-alpha-kakutei-mode "確[a]")
(set-mode-display 'kigou-mode " [記号]")
(set-mode-display 'yes-no-mode " [質問]")
(set-mode-display 'extend-mode " [拡張]")
(set-mode-display 'russian-mode " [ロ]")
(set-mode-display 'greek-mode " [ギ]")
(set-mode-display 'line-mode " [罫線]")
(set-mode-display 'changing-server-mode " [変更]")
(set-mode-display 'henkan-method-mode " [変換]")
(set-mode-display 'delete-dic-mode " [削除]")
(set-mode-display 'touroku-mode " [登録]")
(set-mode-display 'touroku-hinshi-mode " [品詞]")
(set-mode-display 'touroku-dic-mode " [辞書]")
(set-mode-display 'quoted-insert-mode " []")
(set-mode-display 'bubun-muhenkan-mode " [編集]")
(set-mode-display 'zen-kata-henkan-mode " [ア]")
(set-mode-display 'han-kata-henkan-mode " [ア]")
(set-mode-display 'zen-alpha-henkan-mode " []")
(set-mode-display 'han-alpha-henkan-mode " [a]")
(set-mode-display 'mount-dic-mode " [辞書]")
(set-mode-display 'mojishu-mode " [字種]")
(set-mode-display 'tankouho-mode " [漢字]")
(set-mode-display 'ichiran-mode " [一覧]")
+49
View File
@@ -0,0 +1,49 @@
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; $Id: default.ca,v 1.6 1996/11/09 02:17:24 kon Exp $
(setq romkana-table "default.cbp")
(use-dictionary
"iroha"
"fuzokugo"
"hojomwd"
"hojoswd"
"keishiki"
:bushu "bushu"
:user "user"
)
;; 办枉山绩觉轮から、矢机凯教を乖う。
(set-key 'ichiran-mode "\C-o" '(quit extend))
(set-key 'ichiran-mode "\C-i" '(quit shrink))
;; シンボルの年盗
(defsymbol
?[ "≈" "∝" "[" "∥" "√"
?] "∽" "≠" "]" "∠" "⊥" )
(defsymbol
?. "。" "." "ˉ"
?, "、" "," "·" )
+36
View File
@@ -0,0 +1,36 @@
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; $Id: fixer.canna,v 1.3 1992/07/28 13:16:42 kon Exp $
(global-set-key "\S-Right" 'extend)
(global-set-key "\S-Left" 'shrink)
(global-set-key "\Left" 'backward)
(global-set-key "\Right" 'forward)
(global-set-key "\C-h" 'delete-previous)
(global-set-key "\Delete" 'delete-next)
(global-set-key "\Xfer" 'henkan)
(global-set-key "\F10" 'hiragana)
(global-set-key "\F10" 'katakana) ; ¥È¥°¥ë¡©
(global-set-key "\Left" 'previous)
Binary file not shown.
+283
View File
@@ -0,0 +1,283 @@
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; Using this customize file gives you a Japanese Input Interface
;; like ichitaro does.
;; @(#) 102.1 $Id: just.canna,v 2.10 1996/10/25 05:22:54 kon Exp $
;;; 拡張メニューをあまり使わない場合は、do-not-use-extend-mode を
;;; t に設定して下さい。
(setq do-not-use-extend-mode nil)
;;; ローマ字かな変換の設定
(setq romkana-table "just.cbp")
;;; 利用する辞書
(use-dictionary
"iroha"
"fuzokugo"
"hojomwd"
"hojoswd"
:bushu "bushu"
:user "user"
)
;日本語入力 on にする。
(set-key 'alpha-mode "\C-Xfer" 'japanese-mode)
; 右端で右に行こうとすると左端にいく。
(setq cursor-wrap t) ; default t
; 一覧表示で数字を打ったときに選択までする。
(setq select-direct t) ; default t
; 一覧表示で数字で選択する。
(setq numerical-key-select t) ; default t
; ローマ字かな変換の単位でカーソルを移動する。
(setq character-based-move nil) ; default t
; 入力中の読み全体をリバースしない。
(setq reverse-widely nil) ; default nil
; 頻度学習をする。
(setq gakushu t) ; default t
; 一覧の最後までいったら、また先頭の候補を表示する。
(setq quit-if-end-of-ichiran nil) ; default nil
; 文節の右端で右移動をすると全体が確定する。
(setq kakutei-if-end-of-bunsetsu t) ; default nil
; 読みを入力中にバックスペースを打つと文字ベースで削除を行う。
(setq break-into-roman nil) ; default nil
;一覧から選択を行うとひとつ先の文節に移動する。
(setq stay-after-validate nil) ; default t
; 2 回変換キーを押すと一覧表示を行う。
(setq n-henkan-for-ichiran 2) ; default 2
; 候補が全体の何番目かを表示する。
(setq kouho-count t) ; default t
; 単語登録/削除の直後に辞書の書き出し処理を行う
(setq auto-sync t) ; default t
;; キーマップ
(global-unbind-key-function 'extend)
(global-unbind-key-function 'shrink)
(global-unbind-key-function 'forward)
(global-unbind-key-function 'backward)
(global-unbind-key-function 'previous)
(global-unbind-key-function 'next)
(global-unbind-key-function 'beginning-of-line)
(global-unbind-key-function 'end-of-line)
(global-unbind-key-function 'kill-to-end-of-line)
(global-set-key "\Backspace" 'delete-previous)
(global-set-key "\C-l" 'extend)
(global-set-key "\C-k" 'shrink)
(global-set-key "\Right" 'forward)
(global-set-key "\C-d" 'forward)
(global-set-key "\Left" 'backward)
(global-set-key "\C-s" 'backward)
(global-set-key "\C-Left" 'beginning-of-line)
(global-set-key "\C-a" 'beginning-of-line)
(global-set-key "\C-Right" 'end-of-line)
(global-set-key "\C-f" 'end-of-line)
(global-set-key "\Up" 'previous)
(global-set-key "\C-n" 'next)
(global-set-key "\Down" 'next)
(global-set-key "\Return" 'kakutei)
(global-set-key "\Escape" 'quit)
;; 入力モードの定義
(defmode zenkaku-hiragana-mode " あ固 " romkana-table '(zenkaku hiragana kakutei) t)
(defmode zenkaku-katakana-mode " ア固 " romkana-table '(zenkaku katakana kakutei) t)
(defmode hankaku-katakana-mode " ア 固 " romkana-table '(hankaku katakana kakutei) t)
(defmode zenkaku-eisu-mode " A固 " nil '(zenkaku kakutei) nil)
(defmode hankaku-eisu-mode " A 固 " nil '(hankaku kakutei) nil)
(set-key 'empty-mode "\C-Nfer" 'zenkaku-katakana-mode)
(set-key 'zenkaku-katakana-mode "\C-Nfer" 'hankaku-katakana-mode)
(set-key 'hankaku-katakana-mode "\C-Nfer" 'zenkaku-hiragana-mode)
(set-key 'zenkaku-hiragana-mode "\C-Nfer" 'henkan-nyuuryoku-mode)
(set-key 'empty-mode "\S-Nfer" 'zenkaku-eisu-mode)
(set-key 'zenkaku-eisu-mode "\S-Nfer" 'hankaku-eisu-mode)
(set-key 'hankaku-eisu-mode "\S-Nfer" 'henkan-nyuuryoku-mode)
(global-set-key "\Nfer" 'henkan-nyuuryoku-mode)
(set-key 'henkan-nyuuryoku-mode "\Nfer" 'hankaku-eisu-mode)
(set-key 'empty-mode "\F10" 'kigou-mode)
;; 読みモード時
(let ((mode 'yomi-mode))
(set-key mode "\Delete" 'delete-next)
(set-key mode "\C-u" 'hiragana)
(set-key mode "\F6" 'hiragana)
(set-key mode "\C-i" 'katakana)
(set-key mode "\F7" 'katakana)
(set-key mode "\C-o" 'hankaku)
(set-key mode "\F8" 'hankaku)
(set-key mode "\C-p" 'romaji)
(set-key mode "\F9" 'romaji)
(set-key mode "\C-l" 'forward)
(set-key mode "\C-k" 'backward)
(set-key mode "\Space" 'henkan)
(set-key mode "\Xfer" 'henkan)
(set-key mode "\C-n" 'kakutei)
(set-key mode "\Down" 'kakutei)
)
;; 単候補モード時
(let ((mode 'tankouho-mode))
(set-key mode "\S-Right" 'forward)
(set-key mode "\S-Left" 'backward)
(set-key mode "\C-u" 'hiragana)
(set-key mode "\F6" 'hiragana)
(set-key mode "\C-i" 'katakana)
(set-key mode "\F7" 'katakana)
(set-key mode "\C-o" 'hankaku)
(set-key mode "\F8" 'hankaku)
(set-key mode "\C-p" 'romaji)
(set-key mode "\F9" 'romaji)
(set-key mode "\C-n" 'forward)
(set-key mode "\Down" 'forward)
(set-key mode "\Right" '(shinshuku-mode extend))
(set-key mode "\C-l" '(shinshuku-mode extend))
(set-key mode "\Left" '(shinshuku-mode shrink))
(set-key mode "\C-k" '(shinshuku-mode shrink))
(set-key mode "\Xfer" 'kouho-ichiran)
(set-key mode "\Space" 'henkan)
)
;; 文字種モード時
(let ((mode 'mojishu-mode))
(set-key mode "\C-u" 'hiragana)
(set-key mode "\F6" 'hiragana)
(set-key mode "\C-i" 'katakana)
(set-key mode "\F7" 'katakana)
(set-key mode "\C-o" 'hankaku)
(set-key mode "\F8" 'hankaku)
(set-key mode "\C-p" 'romaji)
(set-key mode "\F9" 'romaji)
(set-key mode "\C-n" 'forward)
(set-key mode "\Down" 'forward)
(set-key mode "\Right" 'extend)
(set-key mode "\Left" 'shrink)
)
;; 一覧候補モード時
(let ((mode 'ichiran-mode))
(set-key mode "\S-Xfer" 'previous)
(set-key mode "\Xfer" 'next)
(set-key mode "\Space" 'forward)
(if do-not-use-extend-mode
(progn
(set-key mode "\Up" 'backward)
(set-key mode "\C-n" 'kakutei)
(set-key mode "\Down" 'kakutei)
(set-key mode "\Right" '(quit shinshuku-mode extend))
(set-key mode "\C-l" '(quit shinshuku-mode extend))
(set-key mode "\Left" '(quit shinshuku-mode shrink)))
(set-key mode "\C-k" '(quit shinshuku-mode shrink))
(progn
(set-key mode "\C-l" 'forward)
(set-key mode "\C-k" 'backward)))
)
;; 記号入力モード時
(let ((mode 'kigou-mode))
(set-key mode "\C-l" 'forward)
(set-key mode "\Space" 'forward)
(set-key mode "\C-k" 'backward)
(set-key mode "\S-Xfer" 'previous)
(set-key mode "\Xfer" 'next)
(if do-not-use-extend-mode
(progn
(set-key mode "\Up" 'backward)
(set-key mode "\C-n" 'kakutei)
(set-key mode "\Down" 'kakutei)))
)
;; 伸縮モード時
(let ((mode 'shinshuku-mode))
(set-key mode "\C-u" '(henkan hiragana))
(set-key mode "\F6" '(henkan hiragana))
(set-key mode "\C-i" '(henkan katakana))
(set-key mode "\F7" '(henkan katakana))
(set-key mode "\C-o" '(henkan hankaku))
(set-key mode "\F8" '(henkan hankaku))
(set-key mode "\C-p" '(henkan romaji))
(set-key mode "\F9" '(henkan romaji))
(set-key mode "\Right" 'extend)
(set-key mode "\Left" 'shrink)
(set-key mode "\C-n" 'forward)
(set-key mode "\Down" 'forward)
)
;; モード表示
(set-mode-display 'empty-mode " あ連 ")
(set-mode-display 'yomi-mode " あ連 ")
(set-mode-display 'henkan-nyuuryoku-mode " あ連 ")
(set-mode-display 'chikuji-yomi-mode " あ自 ")
(set-mode-display 'chikuji-bunsetsu-mode " あ自 ")
;; シンボルの定義
(defsymbol
?, "、" "")
(defsymbol
?. "。" "")
(defsymbol
?[ "「" ""
?] "」" "")
(defsymbol
?/ "・" "")
Binary file not shown.
Binary file not shown.
+66
View File
@@ -0,0 +1,66 @@
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; @(#) 102.1 $Id: modes.canna,v 1.5 1994/03/03 08:04:32 kuma Exp $
;; 『かんな』のデフォルトでの全てのモード表示
(set-mode-display 'alpha-mode " ")
(set-mode-display 'empty-mode "[ あ ]")
(set-mode-display 'kigou-mode "[記号]")
(set-mode-display 'mojishu-mode "[字種]")
(set-mode-display 'tankouho-mode "[漢字]")
(set-mode-display 'ichiran-mode "[一覧]")
(set-mode-display 'yes-no-mode "[質問]")
(set-mode-display 'on-off-mode nil)
(set-mode-display 'shinshuku-mode "[文節]")
(set-mode-display 'chikuji-yomi-mode "[逐次]")
(set-mode-display 'chikuji-bunsetsu-mode "[逐次]")
(set-mode-display 'henkan-nyuuryoku-mode "[ あ ]")
(set-mode-display 'zen-hira-henkan-mode "[全あ]")
(set-mode-display 'han-hira-henkan-mode "[半あ]")
(set-mode-display 'zen-kata-henkan-mode "[全ア]")
(set-mode-display 'han-kata-henkan-mode "[半ア]")
(set-mode-display 'zen-alpha-henkan-mode "[全英]")
(set-mode-display 'han-alpha-henkan-mode "[半英]")
(set-mode-display 'zen-hira-kakutei-mode "<全あ>")
(set-mode-display 'han-hira-kakutei-mode "<半あ>")
(set-mode-display 'zen-kata-kakutei-mode "<全ア>")
(set-mode-display 'han-kata-kakutei-mode "<半ア>")
(set-mode-display 'zen-alpha-kakutei-mode "<全英>")
(set-mode-display 'han-alpha-kakutei-mode "<半英>")
(set-mode-display 'hex-mode "[16進]")
(set-mode-display 'bushu-mode "[部首]")
(set-mode-display 'extend-mode "[拡張]")
(set-mode-display 'russian-mode "[ ロ ]")
(set-mode-display 'greek-mode "[ ギ ]")
(set-mode-display 'line-mode "[罫線]")
(set-mode-display 'changing-server-mode "[変更]")
(set-mode-display 'henkan-method-mode "[変換]")
(set-mode-display 'delete-dic-mode "[削除]")
(set-mode-display 'touroku-mode "[登録]")
(set-mode-display 'touroku-hinshi-mode "[品詞]")
(set-mode-display 'touroku-dic-mode "[辞書]")
(set-mode-display 'quoted-insert-mode "[ ]")
(set-mode-display 'mount-dic-mode "[辞書]")
Binary file not shown.
Binary file not shown.
+91
View File
@@ -0,0 +1,91 @@
;; Copyright 1993 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; $Id: tut.canna,v 1.4 1996/10/25 05:23:01 kon Exp $
; customize file for TUT-code
;
; 『かんな』で TUT コード入力を行うためのファイルです。
;
; このカスタマイズファイルを使って TUT コードで入力するには
; 以下のようにします。
;
; C-o アルファベット入力モードと TUT コード入力モードを切替
; えます。
; 大文字
; TUT の入力を大文字から始めると、そこからの入力は一旦
; 日本語入力バッファに取り込まれます。日本語入力バッファ
; に取り込まれた文字は、かな漢字変換、カナ変換の対象と
; なります。日本語入力バッファに取り込まれた文字に対す
; る操作は基本的には『かんな』のデフォルトの操作に準じ
; ます。以下はその例の一部です。
; SPC 変換(仮)。かな漢字変換します。
; C-n 字種変換。C-n を打つと、全角カナ、半角カナ、全角ロー
; マ字、半角ローマ字と入力した文字を変換します。
; C-p C-n の逆回り変換です。
; C-w 部首変換。入力した読みを部首名に持つ漢字の一覧を表示
; します。
; C-y 入力した数字を漢字コードとする漢字に変換します。
(initialize-function '(japanese-mode base-kakutei alpha-mode))
(setq romkana-table "tut.cbp")
(setq romaji-yuusen t)
(use-dictionary
"iroha"
"fuzokugo"
"hojomwd"
"hojoswd"
:bushu "bushu"
:user "user"
)
(set-mode-display 'yomi-mode "[TUT ]")
(set-mode-display 'zen-hira-henkan-mode "[TUT ]")
(set-mode-display 'zen-hira-kakutei-mode "[TUT ]")
(set-key 'empty-mode "\Space" 'self-insert)
;(set-key 'henkan-nyuuryoku-mode "q" 'base-hiragana-katakana-toggle)
(defun define-as-capital (x)
(set-key 'empty-mode x
'(temporary base-hiragana base-henkan self-insert)))
(setq ignore-case t)
(defun define-capitals (l)
(cond ((atom l) nil)
(t
(define-as-capital (car l))
(define-capitals (cdr l)) )))
(setq tut-capitals '(
"A" "E" "I" "O" "U"
"H" "K" "M" "N" "R" "S" "T" "W" "Y"
"B" "D" "G" "P" "Z"
"C" "F" "J" "V" "X"
"L" "Q"))
(define-capitals tut-capitals)
(setq allow-next-input t)
(setq hex-direct t)
Binary file not shown.
Binary file not shown.
Binary file not shown.
+42
View File
@@ -0,0 +1,42 @@
#CANNA dics.dir [Sun Sep 21 21:13:31 1997] canna
# Copyright 1994 NEC Corporation, Tokyo, Japan.
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of NEC
# Corporation not be used in advertising or publicity pertaining to
# distribution of the software without specific, written prior
# permission. NEC Corporation makes no representations about the
# suitability of this software for any purpose. It is provided "as
# is" without express or implied warranty.
#
# NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# iroha.cbd
#
# $Id: dics.dir,v 4.4 1996/11/09 02:14:13 kon Exp $
#
fuzokugo.cbd(fuzokugo.swd) -fuzokugo---
iroha.cbd(iroha.mwd) -iroha---
iroha.cbd(bushu.mwd) -bushu---
hojoswd.ctd(.swd) -hojoswd---
iroha.cld(iroha.mwd) -iroha---
bushu.cld(bushu.mwd) -bushu---
hojomwd.ctd(.mwd) -hojomwd---
number.ctd(.swd) -number---
katakana.ctd(.mwd) -katakana---
keishiki.ctd(.swd) -keishiki---
chimei.ctd(.mwd) -chimei---
kanasmpl.ctd(.mwd) -kanasample---
necgaiji.ctd(.mwd) -necgaiji---
software.ctd(.mwd) -software---
usr1.ctd(.mwd) -user--w-
Binary file not shown.
File diff suppressed because it is too large Load Diff
+42
View File
@@ -0,0 +1,42 @@
#CANNA dics.dir [Sun Sep 21 21:13:31 1997] canna
# Copyright 1994 NEC Corporation, Tokyo, Japan.
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of NEC
# Corporation not be used in advertising or publicity pertaining to
# distribution of the software without specific, written prior
# permission. NEC Corporation makes no representations about the
# suitability of this software for any purpose. It is provided "as
# is" without express or implied warranty.
#
# NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# iroha.cbd
#
# $Id: dics.dir,v 4.4 1996/11/09 02:14:13 kon Exp $
#
fuzokugo.cbd(fuzokugo.swd) -fuzokugo---
iroha.cbd(iroha.mwd) -iroha---
iroha.cbd(bushu.mwd) -bushu---
hojoswd.ctd(.swd) -hojoswd---
iroha.cld(iroha.mwd) -iroha---
bushu.cld(bushu.mwd) -bushu---
hojomwd.ctd(.mwd) -hojomwd---
number.ctd(.swd) -number---
katakana.ctd(.mwd) -katakana---
keishiki.ctd(.swd) -keishiki---
chimei.ctd(.mwd) -chimei---
kanasmpl.ctd(.mwd) -kanasample---
necgaiji.ctd(.mwd) -necgaiji---
software.ctd(.mwd) -software---
usr1.ctd(.mwd) -user--w-
Binary file not shown.
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
#*DIC hojomwd [Sun Sep 21 21:51:46 1997]
きが #T32 気が
きにな #R5 気にな
きも #T32 気も
くりゃ #kxya 来りゃ
くりゃあ #kxya 来りゃあ
すりゃ #sxya すりゃ
すりゃあ #sxya すりゃあ
とい #W5*57 と言 とい
なあ #T35 なあ
+88
View File
@@ -0,0 +1,88 @@
#*DIC hojoswd [Wed Sep 24 19:52:10 1997]
い #Zi い #ktok5iO い
か #Zka*257 か #ktec5a か #ktok5a か
かい #Zkai*464 かい
かしら #Zkasira かしら
かしらん #Zkasira かしらん
かな #Zkana かな
がた #yasui がた
がち #D2T16 がち
き #ktok5i き
きゃ #ktec5ya きゃ #ktok5ya きゃ #kykya きゃ #k5ya きゃ #c5rya きゃ
きゃあ #ktec5ya きゃあ #ktok5ya きゃあ #kykya きゃあ #k5ya きゃあ #c5rya きゃあ
ぎゃ #g5ya ぎゃ
ぎゃあ #g5ya ぎゃあ
く #ktec5u く #ktok5u く
くらい #FKN くらい
くりゃ #kxya くりゃ
くん #JNSUC 君 くん
ぐらい #FKN ぐらい
け #ktec5e け #ktok5e け
けど #Skeredo けど
けども #Skeredo けども
けりゃ #kykya けりゃ
こ #ktec5o こ #ktok5o こ
こそ #FKN こそ
さ #Zsa さ
さし #sasiru さし
さま #JNSUC 様 さま
さん #JNSUC*5 さん
し #siru し #JNSUC 氏 #k5siru し
しゃ #s5ya しゃ
しゃあ #s5ya しゃあ
じま #jau じま
じゃ #jau じゃ #kdya じゃ
すりゃ #sxya すりゃ
すりゃあ #sxya すりゃあ
ずりゃ #zxya ずりゃ
ずりゃあ #zxya ずりゃあ
ぜ #Zze ぜ
ぞ #Zzo ぞ
たって #ktemo たって
ため #KN ため
だけ #FKN だけ
ちま #chau ちま
ちゃ #chau ちゃ #ktya ちゃ #t5ya ちゃ
ちゃあ #ktya ちゃあ #t5ya ちゃあ
ちゃん #JNSUC ちゃん
っ #ktec5tO っ
っけ #kke っけ
っす #ssu っす
ったって #Fttatte ったって
ったら #Fttara ったら
ってば #Fttara ってば
っと #Ztto っと
っぱなし #D2T35 っぱなし
づら #yasui づら
と #kto と
とも #Ztomo とも
ど #kdo ど
どの #JNSUC 殿 どの
な #Zna*110 な
なあ #Znaa なあ
など #FKN など
に #Zni に
にく #yasui にく
にゃ #nainya にゃ #n5ya にゃ
にゃあ #nainya にゃあ #n5ya にゃあ
ね #Zne*260 ね
ねえ #nainee ねえ #Znee ねえ
の #Zno の
はず #KN はず
びゃ #b5ya びゃ
びゃあ #b5ya びゃあ
まま #KN まま
みゃ #m5ya みゃ
みゃあ #m5ya みゃあ
もの #Zmono もの
もん #Zmono もん
や #Zya や
やす #yasui やす
よ #Zyo*744 よ
よな #Zyona よな
よなあ #Zyona よなあ
りゃ #r5ya りゃ #ksya りゃ
りゃあ #r5ya りゃあ #ksya りゃあ
れ #rareru れ
わ #Zwa わ
ん #JTNN ん #r5nO ん #nn ん
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
+23
View File
@@ -0,0 +1,23 @@
# Copyright 1995 NEC Corporation, Tokyo, Japan.
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of NEC
# Corporation not be used in advertising or publicity pertaining to
# distribution of the software without specific, written prior
# permission. NEC Corporation makes no representations about the
# suitability of this software for any purpose. It is provided
# "as is" without express or implied warranty.
#
# NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: katakana.t,v 4.1 1996/07/24 06:53:55 misao Exp $
+32
View File
@@ -0,0 +1,32 @@
/* Copyright 1995 NEC Corporation, Tokyo, Japan.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that the above copyright notice appear in all copies
* and that both that copyright notice and this permission notice
* appear in supporting documentation, and that the name of NEC
* Corporation not be used in advertising or publicity pertaining to
* distribution of the software without specific, written prior
* permission. NEC Corporation makes no representations about the
* suitability of this software for any purpose. It is provided
* "as is" without express or implied warranty.
*
* NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
* NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
* OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: keishiki.t,v 1.1.2.2 1996/11/13 00:58:30 kon Exp $ */
うち #KN @
こと #KN @
とき #KN @
ところ #KN @
ほう #KN @
ほか #KN @
もの #KN @
わけ #KN @
+129
View File
@@ -0,0 +1,129 @@
# Copyright 1994 NEC Corporation, Tokyo, Japan.
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of NEC
# Corporation not be used in advertising or publicity pertaining to
# distribution of the software without specific, written prior
# permission. NEC Corporation makes no representations about the
# suitability of this software for any purpose. It is provided "as
# is" without express or implied warranty.
#
# NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: necgaiji.t,v 1.3 1994/01/27 11:07:27 kuma Exp $
#
()1 #KJ ①
()10 #KJ ⑩
()11 #KJ ⑪
()12 #KJ ⑫
()13 #KJ ⑬
()14 #KJ ⑭
()15 #KJ ⑮
()16 #KJ ⑯
()17 #KJ ⑰
()18 #KJ ⑱
()19 #KJ ⑲
()2 #KJ ②
()20 #KJ ⑳
()3 #KJ ③
()4 #KJ ④
()5 #KJ ⑤
()6 #KJ ⑥
()7 #KJ ⑦
()8 #KJ ⑧
()9 #KJ ⑨
(かぶ) #KJ ㈱
(だい) #KJ ㈹
(ゆう) #KJ ㈲
.か #KJ 〝 〟
.が #KJ ≒ ≡ ∫ ∮ ∑ √ ⊥ ∠ ∟ ⊿ ∵ ∩ ∪
.け #KJ
.た #KJ ㍉ ㌔ ㌢ ㍍ ㌘ ㌧ ㌃ ㌶ ㍑ ㍗ ㌍ ㌦ ㌣ ㌫ ㍊ ㌻ ㎜ ㎝ ㎞ ㎎ ㎏ ㏄ ㎡
.と #KJ ㍻ № ㏍ ℡ ㊤ ㊥ ㊦ ㊧ ㊨ ㈱ ㈲ ㈹ ㍾ ㍽ ㍼
.は #KJ
.ま #KJ ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳
.ろ #KJ Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ Ⅶ Ⅷ Ⅸ Ⅹ
1 #KJ ①
10 #KJ ⑩
11 #KJ ⑪
12 #KJ ⑫
13 #KJ ⑬
14 #KJ ⑭
15 #KJ ⑮
16 #KJ ⑯
17 #KJ ⑰
18 #KJ ⑱
19 #KJ ⑲
2 #KJ ② Ⅱ
20 #KJ ⑳
3 #KJ ③ Ⅲ
4 #KJ ④ Ⅳ
5 #KJ ⑤
6 #KJ ⑥ Ⅵ
7 #KJ ⑦ Ⅶ
8 #KJ ⑧ Ⅷ
9 #KJ ⑨ Ⅸ
C.C. #KJ ㏄
CC #KJ ㏄
CM #KJ ㎝
K.K. #KJ ㏍
KG #KJ ㎏
KK #KJ ㏍
KM #KJ ㎞
M' #KJ ㎡
MG #KJ ㎎
MM #KJ ㎜
NO #KJ №
NO. #KJ №
TEL #KJ ℡
あーる #KJ ㌃
かぶ #KJ ㈱
かろりー #KJ ㌍
きごう #KJ 〝 〟
きろ #KJ ㌔
きろぐらむ #KJ ㎏
きろめーとる #KJ ㎞
ぐらむ #KJ ㌘
けいけい #KJ ㏍
げ #KJ ㊦
しーしー #KJ ㏄
しょうわ #KJ ㍼
じょう #KJ ㊤
せんち #KJ ㌢
せんちめーとる #KJ ㎝
せんと #KJ ㌣
たいしょう #KJ ㍽
だい #KJ ㈹
ちゅう #KJ ㊥
てる #KJ ℡
てれ #KJ ℡
でんわ #KJ ℡
とん #KJ ㌧
どる #KJ ㌦
なんばー #KJ №
ぱーせんと #KJ ㌫
ひだり #KJ ㊧
へいせい #KJ ㍻
へいほうめーとる #KJ ㎡
へくたーる #KJ ㌶
ぺーじ #KJ ㌻
みぎ #KJ ㊨
みり #KJ ㍉
みりぐらむ #KJ ㎎
みりばーる #KJ ㍊
みりめーとる #KJ ㎜
めーとる #KJ ㍍
めいじ #KJ ㍾
やく #KJ ≒
ゆう #KJ ㈲
りっとる #KJ ㍑
わっと #KJ ㍗
+349
View File
@@ -0,0 +1,349 @@
# Copyright 1994 NEC Corporation, Tokyo, Japan.
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of NEC
# Corporation not be used in advertising or publicity pertaining to
# distribution of the software without specific, written prior
# permission. NEC Corporation makes no representations about the
# suitability of this software for any purpose. It is provided "as
# is" without express or implied warranty.
#
# NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: number.t,v 4.1 1996/10/25 04:12:52 kon Exp $
#
い #JS*68 位
いく #NN*3 幾
いち #NN*255 一
いちおく #N00 一億
いちまん #N00 一万
いっ #NN*59 一
いっせん #N01 一千
いっちょう #N00 一兆
いんち #JS*10 インチ #JS*0 吋
えん #JS*131 円
えんだか #JS*2 円高
おく #N00 億
か #JS*68 日 #JS*6 課 #JS*1 価
かい #JS*184 回 #JS*87 階
かいき #JS*1 回忌
かいきゅう #JS*2 階級
かいせい #JS*6 回生
かいせん #JS*80 回線 #JS*1 回戦
かいそう #JS*37 階層
かいてん #JS*3 回転
かいり #JS*0 カイリ 海里 浬
かく #JS*8 角 #JS*1 画
かげつ #JS*16 カ月 #JS*10 ヶ月 #JS*3 か月 #JS*1 ヵ月
かこく #JS*2 カ国 #JS*0 ヶ国
かしょ #JS*25 箇所 #JS*4 ヶ所
かじょう #JS*1 ヶ条 箇条 #JS*0 か条
かづけ #JS*0 日付
かねん #JS*0 か年 ヶ年
かぶ #JS*62 株
かもく #JS*2 科目
かろりー #JS*1 カロリー
かん #JS*8 巻 #JS*2 缶 #JSSUC 間 #JS*0 貫
かんく #JS*0 管区
がい #JS*4 階
がお #JS*1 顔
がくしょう #JS*1 楽章
がくねん #JS*2 学年
がっき #JS*4 学期
がっきゅう #JS*0 学級
がっく #JS*0 学区
がつ #JS*472 月
がつごう #JS*0 月号
がつまつ #JS*1 月末
き #JS*25 期 #JS*2 基 機 #JS*0 騎
きせい #JS*1 期生
きゃく #JS*2 脚 #JS*0 客
きゅう #NN*14 九 #JS*1 球 #JS*0 級
きゅうおく #N00 九億
きゅうじゅう #N03 九十
きゅうせん #N01 九千
きゅうちょう #N00 九兆
きゅうひゃく #N02 九百
きゅうまん #N00 九万
きょう #JSSUC 強
きょく #JS*19 曲
きろ #JS*6 キロ
きろめーとる #JS*0 キロメートル 粁
きん #JS*0 斤
ぎょう #JS*269 行
く #JS*247 区 #JS*19 句 #NN*6 九
くち #JS*16 口
くみ #JS*47 組
ぐらむ #JS*29 グラム
けた #JS*13 桁
けん #JS*148 件 #JS*10 県 #JS*4 軒 #JS*1 間
げん #JS*19 元 #JS*2 弦
こ #JS*236 個 #JS*1 戸
こう #JS*87 項 #JS*4 校
こうけい #JS*0 口径
こうねん #JS*0 光年
ご #NN*190 五 #JS*6 語
ごう #JS*68 号 #JS*8 合
ごうかん #JS*10 号館
ごうしつ #JS*4 号室
ごうしょう #JS*0 号証
ごうせん #JS*2 号線
ごうとう #JS*0 号棟
ごおく #N00 五億
ごじゅう #N03 五十
ごせん #N01 五千
ごちょう #N00 五兆
ごと #JSSUC 毎
ごひゃく #N02 五百
ごまん #N00 五万
さい #JS*25 歳 #JS*4 才
さお #JS*1 棹 #JS*0 竿
さつ #JS*29 冊 #JS*1 刷
さら #JS*16 皿
さん #NN*153 三
さんおく #N00 三億
さんか #JS*2 酸化
さんじゅう #N03 三十
さんぜん #N01 三千
さんちょう #N00 三兆
さんびゃく #N02 三百
さんまん #N00 三万
し #JS*33 誌 #NN*10 四 #JS*1 紙
しき #JS*258 式
しじゅう #N03 四十
しち #NN*4 七
しちおく #N00 七億
しちまん #N00 七万
しな #JS*13 品
しゃく #JS*2 尺 #JS*0 勺
しゅ #JS*131 種 #JS*2 首
しゅう #JS*94 週 #JS*8 周 #JS*6 州
しゅうかん #JS*29 週間
しゅうき #JS*4 周期 #JS*0 周忌
しゅうねん #JS*1 周年
しゅるい #JS*62 種類
しょう #JS*175 章 #JS*4 升 #JS*2 勝
しょうせつ #JS*0 小節
しょく #JS*22 色 #JS*0 食
しん #JS*2 進
しんすう #JS*1 進数
しんとう #JS*0 親等
じ #JS*357 時 #JS*123 字 #JS*68 次 #JS*16 児
じかん #JS*331 時間
じげん #JS*29 次元 #JS*0 時限
じすぎ #JS*1 時すぎ
じっ #NN*5 十
じゅう #JS*2 重 #N03 十
じょ #JS*2 女
じょう #JS*52 条 #JS*2 畳 #JS*1 錠 帖
じん #JS*0 陣
すうおく #N00 数億
すうじゅう #N03 数十
すうせん #N01 数千
すうちょう #N00 数兆
すうひゃく #N02 数百
すうまん #N00 数万
すん #JS*2 寸
せ #JS*25 畝
せい #JS*1 世
せいき #JS*2 世紀
せき #JS*0 隻
せたい #JS*1 世帯
せだい #JS*10 世代
せつ #JS*115 節
せん #JS*1 選 銭 #N01 千
せんち #JS*1 センチ
せんちめーとる #JS*0 センチメートル 糎
ぜん #JS*2 膳
そく #JS*2 束 #JS*1 足
ぞく #JS*1 足 #JS*0 束
たく #JS*8 卓
たば #JS*1 束
たん #JS*1 反
だ #JS*62 打
だーす #JS*2 ダース
だい #JS*157 代 #JS*16 題 #JSSUC 台 #JS 台 #NNPRE 第
だせき #JS*0 打席
だてん #JS*0 打点
だん #JS*74 段
だんかい #JS*29 段階
ちゃく #JS*19 着
ちょい #JSSUC @
ちょう #JS*33 丁 #JS*1 帖 #N00 兆
ちょうめ #JS*13 丁目
つ #JS*293 @
つい #JS*42 対
つう #JS*68 通
つき #JS*62 月
つぶ #JS*3 粒
つぼ #JS*3 坪
づけ #JS*1 付
て #JS*10 手
てき #JS*0 滴
てん #JS*809 点
と #JS*2 都 #JS*1 斗
とう #JS*281 等 #JS*74 棟 #JS*4 頭
とうきゅう #JS*2 等級
とうしん #JS*1 頭身 #JS*0 等親
とうへん #JS*0 等辺
とおり #JS*1 通り
とん #JS*16 トン #JS*0 噸
ど #JS*101 度
どる #JS*4 ドル
なな #NN*17 七
ななおく #N00 七億
ななじゅう #N03 七十
ななせん #N01 七千
ななちょう #N00 七兆
ななひゃく #N02 七百
ななまん #N00 七万
なり #JS*2 也
なん #NN*193 何
なんおく #N00 何億
なんじゅう #N03 何十
なんぜん #N01 何千
なんちょう #N00 何兆
なんびゃく #N02 何百
なんまん #N00 何万
に #NN*255 二
におく #N00 二億
にじゅう #N03 二十
にせん #N01 二千
にち #JS*569 日
にちごう #JS*0 日号
にちづけ #JS*2 日付
にちぶり #JS*0 日ぶり
にちょう #N00 二兆
にひゃく #N02 二百
にまん #N00 二万
にん #JS*52 人
にんぐみ #JS*0 人組
にんげつ #JS*1 人月
ねん #JS*225 年
ねんかん #JS*10 年間
ねんご #JS*1 年後
ねんせい #JS*8 年生
ねんだい #JS*2 年代
ねんど #JS*22 年度
ねんぶり #JS*2 年ぶり
はい #JS*4 杯 #JS*1 敗
はく #JS*13 泊 #JS*3 拍
はち #NN*30 八
はちおく #N00 八億
はちじゅう #N03 八十
はちまん #N00 八万
はっ #NN*9 八
はっせん #N01 八千
はっちょう #N00 八兆
はっぴゃく #N02 八百
はつ #JS*19 発
はん #JS*204 版
ば #JS*4 羽
ばい #JS*57 倍
ばいと #JS*148 バイト
ばりき #JS*1 馬力
ばん #JS*115 番
ばんせん #JS*0 番線
ばんだい #JS*0 番台
ばんち #JS*4 番地
ばんて #JS*0 番手
ぱ #JS*37 羽 #JS*1 波
ぱーせんと #JS*2 パーセント
ぱい #JS*4 杯 #JS*1 敗
ぱく #JS*3 泊 #JS*0 拍
ぱこ #JS*1 箱
ぱつ #JS*2 発
ぱん #JS*13 版
ひき #JS*1 匹
ひと #NN*60 一
ひゃく #N02 百
ひょう #JS*0 俵 票
ひん #JS*1 品
ひんもく #JS*1 品目
びき #JS*1 匹
びょう #JS*29 秒 #JS*0 票
びょうし #JS*2 拍子
ぴーす #JS*6 ピース
ぴき #JS*2 匹
ぴくせる #JS*10 ピクセル
ぴょう #JS*2 票
ぴん #JS*13 ピン #JS*1 品
ふぃーと #JS*1 フィート
ふた #NN*6 二
ふらん #JS*1 フラン
ふん #JS*29 分
ぶ #JS*1 部 分 歩
ぶせい #JS*0 部制
ぶん #JS*258 分
ぶんかつ #JS*1 分割
ぶんぎ #JS*6 分木
ぷん #JS*47 分
へいべい #JS*0 平米
へいほう #JS*2 平方
へるつ #JS*1 ヘルツ
へん #JS*157 辺
ぺーじ #JS*87 ページ #JS*3 頁
ぺいじ #JS*2 ペイジ
ぺん #JS*3 辺
ほ #JS*42 歩
ほう #JS*10 報
ほん #JS*214 本
ぼん #JS*6 本
ぽ #JS*4 歩
ぽう #JS*2 包 報
ぽん #JS*6 本
ぽんど #JS*1 ポンド
まい #JS*57 枚 #NNPRE 毎
まいる #JS*3 マイル #JS*0 哩
まえ #JSSUC 前
まん #N00 万
みり #JS*10 ミリ
みりめーとる #JS*0 ミリメートル 粍
むね #JS*0 棟
め #JSSUC 目
めーとる #JS*2 メートル
めい #JS*305 名
めいさま #JS*0 名様
めが #JS*3 メガ
めん #JS*52 面
もう #JS*1 毛
もん #JS*2 問
もんめ #JS*1 匁
やーど #JS*1 ヤード
やく #NNPRE*101 約
よ #NN*19 四
よん #NN*37 四
よんおく #N00 四億
よんじゅう #N03 四十
よんせん #N01 四千
よんちょう #N00 四兆
よんひゃく #N02 四百
よんまん #N00 四万
り #JS*3 里
りっとる #JS*2 リットル
りっぽう #JS*1 立方
りょう #JS*1 両
りん #JS*19 輪 #JS*0 厘
るい #JS*16 類 #JS*0 塁
れつ #JS*101 列
ろく #NN*25 六
ろくおく #N00 六億
ろくじゅう #N03 六十
ろくせん #N01 六千
ろくちょう #N00 六兆
ろくまん #N00 六万
ろっ #NN*3 六
ろっぴゃく #N02 六百
わ #JS*4 羽 #JS*0 把
わーど #JS*16 ワード
わっと #JS*1 ワット
わり #JS*62 割
+176
View File
@@ -0,0 +1,176 @@
# Copyright 1994 NEC Corporation, Tokyo, Japan.
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of NEC
# Corporation not be used in advertising or publicity pertaining to
# distribution of the software without specific, written prior
# permission. NEC Corporation makes no representations about the
# suitability of this software for any purpose. It is provided "as
# is" without express or implied warranty.
#
# NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: software.t,v 1.4 1994/01/27 11:07:29 kuma Exp $
#
あるふぁ #T35 α
いしょくせい #T35 移植性
うへん #T35 右辺
えーあい #T35 AI
えてぃてぃ #T35 AT&T
えんざんし #T35 演算子
おうようそう #T35 応用層
かい #T35 下位
かいしきごう #T35 開始記号
かいせん #T35 回線
かいせんそくど #T35 回線速度
かいはつかんきょう #T35 開発環境
かいはつほんぶ #T35 開発本部
かし #T35 可視
かしせい #T35 可視性
かそう #T30 仮想
かそうか #T30 仮想化
かためい #T35 型名
かへんぶ #T35 可変部
かりひきすう #T35 仮引数
かんすうがた #T35 関数型
かんすうてきよう #T30 関数適用
かんねつ #T35 感熱
かんねつしき #T35 感熱式
かんやく #T30 簡約
かんりほう #T35 管理法
きこうぞう #T35 木構造
きごうてき #T35 記号的
きしゅいぞん #T35 機種依存
きしゅどくりつ #T35 機種独立
きじゅつし #T35 記述子
きどう #T30 起動
きほう #T35 記法
きほんほうしき #T35 基本方式
きょくしょ #T35 局所
きょくしょてき #T15 局所的
きろくし #T35 記録紙
きんぼう #T35 近傍
ぎじゅつほんぶ #T35 技術本部
ぎほん #T35 技本
くみこみ #T30 組込み
ぐげんか #T30 具現化
けっていせい #T35 決定性
けんきゅうかいはつ #T30 研究開発
けんきゅうしょ #T35 研究所
げんていがた #T35 限定型
こうかい #T35 高階
こうさ #T30 交差
こうぞうたい #T35 構造体
こうぶんかいせき #T30 構文解析
こうぶんき #T35 構文木
こうぶんきごう #T35 構文記号
こうぶんきそく #T35 構文規則
こうぶんぎ #T35 構文木
ごうき #T35 号機
ごうせい #T30 合成
さいき #T35 再帰
さいきてき #T35 再帰的
さいてきか #T30 最適化
さへん #T35 左辺
さよう #T30 作用
さようがた #T35 作用型
さんじゅつ #T35 算術
さんたい #T35 算体
さんぷ #T35 算譜
しーあんどしー #T35 C&C
しきべつし #T35 識別子
しこう #T30 指向
しゅうたん #T35 終端
しょうりゃくじ #T35 省略時
しょうりゃくち #T35 省略値
しょきか #T30 初期化
しょきじょうたい #T35 初期状態
しょきせってい #T35 初期設定
しょきち #T35 初期値
しょりけい #T35 処理系
しようしょ #T35 仕様書
しんらいせい #T35 信頼性
じか #T30 磁化
じけいれつ #T35 時系列
じっすうがた #T35 実数型
じったい #T35 実体
じつじかん #T35 実時間
じつじかんせい #T35 実時間性
じつひきすう #T35 実引数
じょうい #T35 上位
じょうしょ #T35 情処
じょうちょう #T35 冗長
じんこうちのう #T35 人工知能
せいすうがた #T35 整数型
せいせいきそく #T35 生成規則
せいてき #T35 静的
せっていしき #T35 設定式
せんい #T30 遷移
せんたくし #T35 選択肢
そうさ #T30 走査
そうしゅつ #T30 送出
そえじ #T35 添字
ぞくせい #T35 属性
たいいき #T35 大域
たいいきてき #T15 大域的
たこう #T35 多項
たそう #T35 多相
たち #T35 多値
たんこう #T35 単項
だいにゅう #T30 代入
ちゃっこ #T30 着呼
ちゅうしょう #T35 抽象
ちゅうしょうてき #T15 抽象的
ちょうでんどう #T35 超伝導
つうけん #T35 通研
ていきゅう #T35 低級
てんしゃ #T30 転写
てんそう #T30 転送
でんそう #T30 伝送
でんどう #T30 伝導
とうか #T15 等価
とうごう #T35 等号
どうしゅつ #T30 導出
どうてき #T15 動的
なふだ #T35 名札
にこう #T35 二項
にゅうりょく #T30 入力
ねつてんしゃ #T30 熱転写
はいれつ #T30 配列
はいれつがた #T35 配列型
はせいがた #T35 派生型
はっこ #T30 発呼
はんべつし #T35 判別子
ひきすう #T35 引数
ひけってい #T35 非決定
ひけっていせい #T35 非決定性
ひしゅうたん #T35 非終端
ぶそう #T30 武装
ぶそうか #T30 武装化
ぶぶんがた #T35 部分型
ぶぶんしき #T35 部分式
ぶんかかい #T35 分科会
べーた #T35 β
べっかん #T35 別館
ほうほうろん #T35 方法論
みっぺいがた #T35 密閉型
むせいやく #T35 無制約
めいひょう #T35 名標
もじがた #T35 文字型
もじれつ #T35 文字列
もじれつがた #T35 文字列型
よびだし #T30 呼出し
りれきいぞん #T35 履歴依存
れっきょがた #T35 列挙型
わりこみ #T30 割込み
わりだし #T35 割出し
わりつけ #T35 割付け
+80
View File
@@ -0,0 +1,80 @@
# $Id: suffix.t,v 1.7 1993/10/21 12:50:02 kon Exp $
か #N2T30*1187 化
てき #N2T17*1187 的
さん #JNSUC*1139 さん
てん #SUC*809 点
せい #SUC*693 性
かた #D2T35*656 方
しゃ #SUC*656 者
ちゅう #SUC*427 中
じょう #SUC*398 上
ない #SUC*384 内
けん #JNSUC*357 研
じ #SUC*357 時
ご #SUC*344 後
かい #SUC*331 会
し #JNSUC*331 氏
すう #SUC*331 数
せん #SUC*331 線
ほう #SUC*331 法
しょ #SUC*318 書
けい #SUC*305 系
めい #SUC*305 名
ぶ #SUC*281 部
しき #SUC*258 式
くん #JNSUC*236 君
し #CNSUC1*225 市
ばん #SUC*214 版
がた #SUC*194 型
やす #D2KY*184 やす
ら #JNSUC*184 ら
さま #JNSUC*166 様
たち #JNSUC*166 たち
だい #SUC*157 代
ちゃん #JNSUC*157 ちゃん
ちょう #SUC*148 長
など #SUC*148 等
ー #SUC*131 ー
そう #SUC*131 層
かん #CNSUC1*101 間
さん #CNSUC1*87 産
けん #SUC*80 権
じゅん #SUC*80 順
やく #SUC*80 役
しだい #D2T35*74 次第
しょ #SUC*74 所
び #SUC*74 日
めん #SUC*74 面
き #SUC*68 機
けい #SUC*68 形
しつ #SUC*68 室
えき #CNSUC1*57 駅
よう #SUC*57 用
がわ #CNSUC1*52 川
じん #SUC*52 人
じん #CNSUC1*52 人
ずみ #SUC*52 済み
たち #JNSUC*52 達
へん #JNSUC*47 編
むら #CNSUC1*47 村
どおり #SUC*37 通り
は #JNSUC*33 派
ぐみ #JNSUC*29 組
ちょ #JNSUC*29 著
そん #CNSUC1*25 村
ふう #CNSUC1*25 風
がき #N2T30*22 書き
がわ #CNSUC1*22 河
せい #CNSUC1*22 製
じゅう #CNSUC1*19 中
たく #JNSUC*19 宅
ちゃく #CNSUC1*19 着
はし #CNSUC1*16 橋
ばし #CNSUC1*16 橋
ちく #CNSUC1*13 地区
ちほう #CNSUC1*13 地方
さん #CNSUC1*10 山
ざん #CNSUC1*10 山
どの #JNSUC*6 殿
りゅう #JNSUC*6 流
きた #CNSUC1*4 北
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.