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


Lingua-ZH-Romanize-Pinyin documentation  | view source Contained in the Lingua-ZH-Romanize-Pinyin distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

Top

Lingua::ZH::Romanize::Pinyin


Lingua-ZH-Romanize-Pinyin documentation  | view source Contained in the Lingua-ZH-Romanize-Pinyin distribution.