Lingua::MAF
===========

NAME

    Lingua::MAF

DESCRIPTION

    This module allows to easily produces MAF-format documents. MAF
    (Morpho-Syntactic Annotation Framework) is a standard proposal developed by
    ISO TC37SC4 commitee, see http://www.tc37sc4.org for further details.


HOW DO I INSTALL IT?

    To install this module type the following:

    tar xvzf Lingua::MAF-X.XX.tar.gz
    cd Lingua::MAF-X.XX
    perl Makefile.PL
    make
    make test
    make install

    Where X.XX is the version number of the module which you are installing.

WHERE IS THE DOCUMENTATION?

    All of the documentation is currently in POD format in the MAF.pm
    file. If you install the module using the standard method you should  be
    able to read it by typing

    perldoc Lingua::MAF

    at a comand prompt.

LATEST VERSION

    The latest version of this module will always be available from CPAN.

COPYRIGHT AND LICENSE

    Copyright (C) 2005-2006, INRIA.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

AUTHOR

    Guillaume Rousse <grousse@cpan.org>
