##################################
# Modified Anthy
##################################
This package offers big dictionaries and some patches
for better Kana-Kanji conversion.

Features:
1. New big dictionaries (I added huge entries to vagus' alt-cannadic)
2. The latest ZIP code dictionary (and I added "事業所の個別郵便番号")
3. Improved learning systems (I added G-HAL's patch)
4. I disabled anthy's corpus (sometimes the corpus returns bad results)
5. vagus' alt-depgraph (depgraph is a list for word connection)

Website
http://www.geocities.jp/ep3797/anthy_dict_01.html


##################################################
# Apply the patches to G-HAL's anthy package
##################################################
Search "tar.lzma" in
http://www.fenix.ne.jp/~G-HAL/soft/nosettle/#anthy
and get G-HAL's anthy package.

$ tar xf anthy-9100h*.tar.lzma --lzma
$ cp anthy-ut-patches-$date.tar.bz2 anthy-9100h/
$ cd anthy-9100e/
$ tar jxf anthy-ut-patches-$date.tar.bz2
$ cd anthy-ut-patches-$date
$ ./apply-patches.sh


##################################
# Build and install
##################################
$ cd ..
$ ./configure --prefix=/usr --sysconfdir=/etc
$ make
$ su
# make install
# exit
$ rm -rf ~/.anthy/


##################################
# 辞書の特徴
##################################
01. 単語の頻度情報を、ウェブ検索でのヒット数に基づいて変更
　　　取得したヒット数を適当に操作したのち偏差値を計算し、
　　　品詞や文字数に応じてさらに数値を加工して頻度を作っています。
　　　それだけだと特殊な読みを持つ単語が高頻度になることがあるので、
　　　強制的に修正する要素も追加しています。
02. 人名を大量に追加
　　　芸能人の名前はたいてい打てる。
03. 郵便番号辞書を最新版に更新
　　　「3650067」で「埼玉県鴻巣市すみれ野」が出る。
04. 地名辞書を追加
　　　郵便番号の町域に従って入力すれば、マイナーな地名も変換できる。
　　　「せたかまちもとよし」で「瀬高町本吉」が出る。
05. 名詞を大量に追加
　　　新語もある程度はカバーしています。
06. 駅名を追加
07. 読み仮名の "う゛ぁう゛ぃ..." から "ばび..." を自動生成
　　　"すてぃーう゛んすぴるばーぐ" でも "すてぃーぶんすぴるばーぐ" でも
　　　"スティーヴン・スピルバーグ" に変換できる。
