NAME

Lingua::ZH::BPMFConvert - Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin

VERSION

Version 0.01

SYNOPSIS

This is a rule-based convertor of BPMF into Hanyu Pinyin. Unlike previous modules it does not rely on any data table, therefore it is possible to convert neophonisms (new phonetic combinations previously not existing in Mandarin) into corresponding Hanyu Pinyin.

use utf8;
use Lingua::ZH::BPMFConvert
my $pinyin = BPMF_to_Pinyin("ㄓㄨㄥ");    # in Perl string; returns "zhong"

FUNCTIONS

BPMF_to_Pinyin ($bpmf);

AUTHOR

Lukhnos D. Liu, <lukhnos@cpan.org>

BUGS

Please report any bugs or feature requests to bug-lingua-zh-bpmfconvert@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-ZH-BPMFConvert. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2005 Lukhnos D. Liu, all rights reserved.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 27:

Non-ASCII character seen before =encoding in 'BPMF_to_Pinyin("ㄓㄨㄥ");'. Assuming CP1252