The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::ZH::Romanize::DictZH - Dictionary converter

SYNOPSIS

    perl -MLingua::ZH::Romanize::DictZH -e 'Lingua::ZH::Romanize::DictZH->update();'

DESCRIPTION

This module creates dictionary cache files for Lingua::ZH::Romanize::Pinyin module.

Source dictionary files: (included in this package)

    Lingua/ZH/Romanize/big5/CTLauBig5.tit
    Lingua/ZH/Romanize/big5/PY.tit
    Lingua/ZH/Romanize/gb/CTLau.tit
    Lingua/ZH/Romanize/gb/PY.tit

Cached dictionary files:

    Lingua/ZH/Romanize/Cantonese.store
    Lingua/ZH/Romanize/Pinyin.store

DictZH is called only from Makefile.PL in the Pinyin package.

REQUIRED MODULES

Storable module is required to create cached dictionary files. Both of Unicode::Map and Unicode::String modules are required on Perl 5.005 and 5.6.x to install the Pinyin package. Encode module is used on Perl 5.8.x.

SEE ALSO

Lingua::ZH::Romanize::Pinyin