-
-
16 Oct 2017 13:16:08 UTC
- Distribution: Lingua-FuzzyTrans-PT2GL
- Module version: 0.001
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (581 / 0 / 0)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.97KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- strict
- utf8
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Lingua::FuzzyTrans::PT2GL, copy and paste the appropriate command in to your terminal.
cpanm Lingua::FuzzyTrans::PT2GL
perl -MCPAN -e shell install Lingua::FuzzyTrans::PT2GL
For more information on module installation, please visit the detailed CPAN module installation guide.