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


NAME

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


SYNOPSIS

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


DESCRIPTION

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.


EXPORT_OK


SEE ALSO

http://www.romanization.com/

the PerlIO::via::PinyinConvert manpage

the Lingua::ZH::CCDICT manpage

the Lingua::ZH::CEDICT manpage


COPYRIGHT

xern <xern@cpan.org>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.

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