The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::FuzzyTrans::PT2GL - Translates Portuguese words to Galician using fuzzy replacements

VERSION

version 0.001

SYNOPSIS

    use utf8;
    use Lingua::FuzzyTrans::PT2GL;
    my @trans = Lingua::FuzzyTrans::PT2GL::translate("coração");

DESCRIPTION

A simple rule-substitution-based fuzzy translator from Portuguese words to Galician words, as despicted on Dictionary Alignment based on Rewrite-based Entry Translation.

translate

This is the only method available and that is not exportable. To use it you should qualify the full method call with the package name as shown in the synopsys.

It receives a portuguese word, returns a list of possible orthographies for that same word in Galician.

NOTE: This is not a translator, just a fuzzy-replacer, that tries to guess Galician words by simple substitutions.

AUTHOR

Alberto Simões <ambs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Alberto Simões.

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