summaryrefslogtreecommitdiff
path: root/mkworddic/dict.args.in
blob: ab8f7a7486cee593f9b12eab65600fdf9ec8a4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# 辞書ファイルを生成するためのスクリプト
#
# ./mkworddic -f dict.args
# 
# 別のスクリプトからこのファイルをechoやcat、sed等を
# 駆使して生成することも想定
#
set_input_encoding eucjp
read @top_srcdir@/alt-cannadic/gcanna.ctd
#
read @top_srcdir@/alt-cannadic/gcannaf.ctd
read @top_srcdir@/alt-cannadic/gtankan.ctd
#
read @top_srcdir@/mkworddic/adjust.t
read @top_srcdir@/mkworddic/compound.t
read @top_srcdir@/mkworddic/extra.t
#read @top_srcdir@/mkworddic/base.t
#
set_input_encoding utf8
read @top_srcdir@/mkworddic/utf8.t
read @top_srcdir@/alt-cannadic/g_fname.t
#
# this command will make reverse dictionary
build_reverse_dict
# this command will make dictionary body in utf8
set_dict_encoding utf8
read_uc @top_srcdir@/mkworddic/udict
write anthy.wdic
done