Acme::Lou - Let's together with Lou Ohshiba



NAME

Acme::Lou - Let's together with Lou Ohshiba


SYNOPSIS

    use utf8;
    use Acme::Lou;
    
    my $lou = new Acme::Lou;
    
    my $text = "「美しい国、日本」";
    print $lou->translate($text); # 「ビューティフルな国、ジャパン」


DESCRIPTION

Mr. Lou Ohshiba is a Japanese comedian. This module translates text/HTML into his style.


METHODS

$lou = Acme::Lou->new([ \%options ])
$lou = Acme::Lou->new([ %options ])

Creates an Acme::Lou object.

%options can take...

$lou->translate($text [, \%options ])

Return translated text in Lou Ohshiba style. translate() expect utf-8 byte or utf8 flagged text, and it return utf-8 flaged text.

%options: (overwrite global options)


AUTHOR

Naoki Tomita <tomita@cpan.org>

Special thanks to Taku Kudo


LICENSE

This program is released under the following license: GPL


SEE ALSO

http://e8y.net/labs/lou_trans/, http://mecab.sourceforge.jp/

 Acme::Lou - Let's together with Lou Ohshiba