Acme-Lou

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN


## $lou = Acme::Lou->new() 

Creates an Acme::Lou object.

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

    $lou = Acme->Lou->new();
    $out = $lou->translate($text, { lou_rate => 50 });

Return translated unicode string.

_%options_:

- lou\_rate

    Percentage of translating. 100(default) means full, 0 means do nothing.

# EXPORTS

No exports by default.

lib/Acme/Lou.pm  view on Meta::CPAN


=head2 $lou = Acme::Lou->new() 

Creates an Acme::Lou object.

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

    $lou = Acme->Lou->new();
    $out = $lou->translate($text, { lou_rate => 50 });

Return translated unicode string.

I<%options>:

=over 4

=item * lou_rate

Percentage of translating. 100(default) means full, 0 means do nothing.

=back

lib/Acme/Lou.pm  view on Meta::CPAN


L<http://taku910.github.io/mecab/>

Special thanks to Taku Kudo

=head1 LICENSE

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

=for stopwords lou ohshiba unicode html

=cut



( run in 0.340 second using v1.01-cache-2.11-cpan-4e96b696675 )