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

NAME

Lingua::YaTeA::File - Perl extension for managing information related to a configuration file.

SYNOPSIS

  use Lingua::YaTeA::File;
  Lingua::YaTeA::File->new($repository, $configfilename);

DESCRIPTION

This module manages the information related to the configuration file $configfilename in the directory $repository. Information associated to a configuration file is stored in three fields: FULL_NAME, the file name without path; PATH, the absolute path; INTERNAL_NAME, the file name without path and extension.

METHODS

new()

    new($repository, $name);

This methods creates a new object associated to a configuration file. It sets, then, the three fields related to the file information.

getPath()

    getPath;

This method returns the absolute path of the current configuration file (field PATH).

getFullName()

    getFullName();

This method returns the full name (without path) of the current configuration file (field FULL_NAME).

getInternalName()

    getInternalName()

This method returns the name (without path and extension) of the current configuration file (field INTERNAL_NAME).

setInternalName()

This method sets the name (without path and extension) of the current configuration file (field INTERNAL_NAME).

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.