NAME
Lingua::JA::Romanize::DictJA - Dictionary converter
SYNOPSIS
perl -MLingua::JA::Romanize::DictJA -e 'Lingua::JA::Romanize::DictJA->update();'
DESCRIPTION
This module creates dictionary cache files for Lingua::JA::Romanize::Japanese module.
Source dictionary file per default: (included in this package)
http://openlab.jp/skk/dic/SKK-JISYO.S.gz
Optional/external dictionary files:
http://openlab.jp/skk/dic/SKK-JISYO.L.gz
http://openlab.jp/skk/dic/SKK-JISYO.jinmei.gz
http://openlab.jp/skk/dic/SKK-JISYO.geo.gz
http://openlab.jp/skk/dic/SKK-JISYO.station.gz
http://openlab.jp/skk/dic/SKK-JISYO.propernoun.gz
Cached dictionary files:
@INC / Lingua/JA/Romanize/Japanese.store
The DictJA module is called only from Makefile.PL on installing this package.
REQUIRED MODULES
DB_File module is required to create cached dictionary files. Jcode module is required on Perl 5.005 and 5.6.x to install this package. Encode module is used on Perl 5.8.x. LWP::UserAgent module is optional and used to fetch external dictionary files. IO::Zlib module is optional and used to parse gzipped files.