
Lingua::ZH::PinyinConvert - Translation among various Chinese Pinyin Systems

use Lingua::ZH::PinyinConvert qw/convert/;
print convert('tongyong', 'hanyu', 'ni hao ma?');
print convert('hanyu', 'tongyong', 'wo hen hao'); # dull example

Lingua::ZH::PinyinConvert translates Chinese Pinyin texts written in various Pinyin systems. Supported Pinyin systems are Wade-Giles, MPS-2, Hanyu, Yale, and Tongyong.
See http://www.romanization.com/ for more information of these systems.

# converts text from Hanyu to Tongyong
convert('hanyu', 'tongyong', 'wo hao ben');


xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.