NAME
Lingua::JA::Yomi - convert English into Japanese katakana
SYNOPSIS
use
utf8;
use
Lingua::JA::Yomi;
my
$converter
= Lingua::JA::Yomi->new;
$converter
->convert(
'aerosmith'
);
# エアãƒã‚¦ã‚¹ãƒŸã‚¹
DESCRIPTION
Lingua::JA::Yomi uses a dictionary to convert. The dictionary defaults to partly modified Bilingual Emacspeak Project dictionary
METHODS
- $japanese = $converter->convert('aerosmith');
-
converts English argument into Japanese. Pass in utf8 flagged string, and get utf8 flagged string.
AUTHOR
Masakazu Ohtsuka (mash) <o.masakazu@gmail.com>
SEE ALSO
Bilingual Emacspeak Project http://www.argv.org/bep/
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The default dictionary is GPL.
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 87:
Non-ASCII character seen before =encoding in 'エアãƒã‚¦ã‚¹ãƒŸã‚¹'. Assuming CP1252
- Around line 96:
'=item' outside of any '=over'
- Around line 101:
You forgot a '=back' before '=head1'