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/skk/dic/SKK-JISYO.S
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.8.0 or less to install this package. Encode module is used on Perl 5.8.1 or above. LWP::UserAgent module is optional and used to fetch external dictionary files. IO::Zlib module is optional and used to parse gzipped files.
SEE ALSO
Lingua::JA::Romanize::Japanese
COPYRIGHT AND LICENSE
Copyright (c) 2006-2008 Yusuke Kawasaki. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.