Lingua-YaTeA version 0.6
================================

(Yet Another Term ExtrActor)

YaTeA is a module implementing a configurable term extractor. It
recognizes term candidates in corpora. It can also take into account
testified terms issued from terminological resources.

Contains this script :

    yatea

(see MANIFEST for all the files)

INSTALLATION

It requires Mdoule::Build version 0.28 (at least) and File::chmod


To install this module type the following:

   perl Build.PL
   Build
   Build test
   Build install

Or if you like better the "make" program:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

 Module::Build
 File::chmod
 Config::General >= 2.30
 Data::Dumper
 Encode
 File::Compare
 File::Path
 Getopt::Long
 NEXT
 POSIX
 Parse::Yapp
 Pod::Usage
 Pod::Usage
 Scalar::Util
 Test::More
 Test::Pod
 Test::Pod::Coverage

 If one of those modules are not installed, download it from
 http://search.cpan.org and run the installation script (see the
 README), or use the cpan command (switch as root or administrator
 account if necessary):

   cpan module

   For instance: cpan Config::General

   It will check the dependencies and install the module. 

DOCUMENTATION

See the documentation in the module (man yatea and man Lingua::YaTeA)

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Thierry Hamon and Sophie Aubin

This library and this program are free software; you can redistribute
them and/or modify it under the same terms as Perl itself, either Perl
version 5.8.6 or, at your option, any later version of Perl 5 you may
have available.