Hi all,
I have just PAUSE'd Lingua::Translate 0.01. This module provides a
framework for natural language translation software.
Currently, there is one back-end using Babelfish, and very soon I hope to
add SysTran enterprise (ie, the back-end software that Babelfish uses) to
the list.
It's as simple as:
use Lingua::Translate;
my $xl8r = Lingua::Translate->new(src => "en", dest => "de");
print $xl8r->translate("I do so like green eggs and ham, thank you, "
."thank you, Sam I am!"), "\n";
# prints "Ich also wie grĂ¼ne Eier und Schinken, Ihnen zu danken, danken
# Ihnen, SAM, die ich bin!"
I would appreciate any feedback, particularly on the interface.
Cheers,
Sam.