
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