The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::YaTeA::FileSet - Perl extension for managing the directory containing the configuration file set given a language.

SYNOPSIS

  use Lingua::YaTeA::FileSet;
  Lingua::YaTeA::FileSet->new($repository);

DESCRIPTION

The module provides methods for managing a repository of configuration filss for a given language. Information associated to the file set is the repository path (field REPOSITORY) and the file list. This list is (an array stored in the field FILES wher each element is a Lingua::YaTeA::File object.

METHODS

new()

    new($repository);

This method creates a object and sets the REPOSITORY field.

checkRepositoryExists()

    checkRepositoryExists();

This methods checks if the directory referring to the repository exists or not.

addFile()

    addFile($repository, $name);

The method adds a new file ($name) from the repository $repository.

getFile()

    getFile($filename);

The method returns the object Lingua::YaTeA::File corresponding to the file $filename.

addFiles()

    addFile($repository, \@filenames);

This method adds the list of configuration files contained in the array given by reference (\@filenames).

getRepository()

    getRepository();

This method returns the name of the repository.

SEE ALSO

Sophie Aubin and Thierry Hamon. Improving Term Extraction with Terminological Resources. In Advances in Natural Language Processing (5th International Conference on NLP, FinTAL 2006). pages 380-387. Tapio Salakoski, Filip Ginter, Sampo Pyysalo, Tapio Pahikkala (Eds). August 2006. LNAI 4139.

AUTHOR

Thierry Hamon <thierry.hamon@univ-paris13.fr> and Sophie Aubin <sophie.aubin@lipn.univ-paris13.fr>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Thierry Hamon and Sophie Aubin

This library is free software; you can redistribute it 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.