Fix license
[platform/core/uifw/anthy.git] / mkworddic / dict.args.in
1 #
2 # ¼­½ñ¥Õ¥¡¥¤¥ë¤òÀ¸À®¤¹¤ë¤¿¤á¤Î¥¹¥¯¥ê¥×¥È
3 #
4 # ./mkworddic -f dict.args
5
6 # Ê̤Υ¹¥¯¥ê¥×¥È¤«¤é¤³¤Î¥Õ¥¡¥¤¥ë¤òecho¤äcat¡¢sedÅù¤ò
7 # ¶î»È¤·¤ÆÀ¸À®¤¹¤ë¤³¤È¤âÁÛÄê
8 #
9 set_input_encoding eucjp
10 read @top_srcdir@/alt-cannadic/gcanna.ctd
11 #
12 read @top_srcdir@/alt-cannadic/gcannaf.ctd
13 read @top_srcdir@/alt-cannadic/gtankan.ctd
14 #
15 read @top_srcdir@/mkworddic/adjust.t
16 read @top_srcdir@/mkworddic/compound.t
17 read @top_srcdir@/mkworddic/extra.t
18 #read @top_srcdir@/mkworddic/base.t
19 #
20 set_input_encoding utf8
21 read @top_srcdir@/mkworddic/utf8.t
22 read @top_srcdir@/alt-cannadic/g_fname.t
23 #
24 # this command will make reverse dictionary
25 build_reverse_dict
26 # this command will make dictionary body in utf8
27 set_dict_encoding utf8
28 read_uc @top_srcdir@/mkworddic/udict
29 write anthy.wdic
30 done