Lingua::Translate version 0.07
==============================

This module performs natural language translation using Babelfish
(http://altavista.babelfish.com/) or Systran (http://www.systran.org/)

If the test suite (`make test') fails, it may be because Babelfish is
overloaded, down or unreachable.  I'm in two minds as to whether or
not this is a bug :-).  Given that most users won't have a configured
SysTran server available, the test script for that works in a
different way and doesn't have the same problem.

INSTALLATION ON A DEBIAN SYSTEM

To build this tarball into a debian package:

 1. Ensure you have a build environment; run the following command as
    root

    apt-get install build-essential fakeroot

 2. Build the package; this may/should be done as a normal user

    dpkg-buildpackage -b -uc -rfakeroot

 3. Install the generated package

    dpkg -i ../liblingua-translate-perl_0.07_all.deb

INSTALLATION ON OTHER SYSTEMS

To install this module on other systems, type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

Core Functionality:
   Pod::Constants, 0.15 or later.
   Unicode::MapUTF8

Lingua::Translate::Babelfish backend:
   LWP::UserAgent

Lingua::Translate::SysTran backend:
   IO::Socket::INET (standard)

The module will cope without Unicode::MapUTF8, but no attempt will be
made to convert strings passed to and from the back end - the
Babelfish back-end uses UTF-8, whereas the SysTran back-end uses
ISO-8859-1.

COPYRIGHT AND LICENCE

Copyright (c) 2002, 2004, Sam Vilain.  All rights reserved.  This
module is free software; you may use it under the same terms as Perl
itself.
