AltaVista::BabelFish

Perl OO interface to the BabelFish translation service
Download

AltaVista::BabelFish Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Muey
  • Publisher web site:
  • http://search.cpan.org/~dmuey/

AltaVista::BabelFish Tags


AltaVista::BabelFish Description

Perl OO interface to the BabelFish translation service AltaVista::BabelFish is a Perl module that acts as a Perl interfaces to the AltaVista's BabelFish online translation service.SYNOPSIS use AltaVista::BabelFish; my $phish = AltaVista::BabelFish->new();or my $phish = AltaVista::BabelFish->new({ source => $src });or my $phish = AltaVista::BabelFish->new({ target => $trg });or my $phish = AltaVista::BabelFish->new({ source => $src, target => $trg });If $source and/or $target are not specified it defaults to 'en' and 'es' respectively.This module gives an object oriented interface to http://babelfish.altavista.com to add translation ability to your script. Requirements: · Perl


AltaVista::BabelFish Related Software