
Acme::Pinoko - Acchonburike!

use Acme::Pinoko;
use utf8;
my $pinoko = Acme::Pinoko->new(%config);
print $pinoko->say('ピノコ18のレディなのよ');
# -> ピノコ18のレレイなのよさ

Acme::Pinoko converts standard Japanese text to Pinoko-ish Japanese text.
Pinoko is a Japanese manga character. She speaks with a lisp and therefore her spoken Japanese is slightly different from standard Japanese.

Creates a new Acme::Pinoko instance.
my $pinoko = Acme::Pinoko->new(
parser => 'Text::MeCab' or 'Text::KyTea', # default is 'Text::MeCab'
parser_config => \%parser_config, # default is undef
);
Pinoko says $text.

pawa <pawapawa@cpan.org>

https://en.wikipedia.org/wiki/Black_Jack_%28manga%29#Characters

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