Lingua-YaTeA version 0.4
================================

(Yet Another Term ExtrActor)

YaTeA is a module implementing a configurable term extractor. It
detecting 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

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Or if you don't have the "make" program:

   perl Build.PL
   Build
   Build test
   Build install

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


DEPENDENCIES

This module requires these other modules and libraries:

 Pod::Usage
 Getopt::Long
 Config::General >= 2.30
 Data::Dumper
 File::Path
 Parse::Yapp
 File::Compare
 Pod::Usage
 Test::More


DOCUMENTATION

See the documentation in the module (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.