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

NAME

Lingua::YaTeA::Message - Perl extension for managing a message in the term extractor

SYNOPSIS

  use Lingua::YaTeA::Message;
  Lingua::YaTeA::Message->new($name, $content, $language);

DESCRIPTION

This module manages the message used in the interface. As the language of the interface can be parametrized, the message can have several contents. Each message is dedicated to a specific event in the term extractor. Messages are defined in the file share/YaTeA/locale/FR/Messages.

METHODS

new()

    new($name, $content, $language);

This method creates and retusn a message named $name with the content $content for the langage of the interface $language.

getContent()

 getContent($language);

This method returns the content of the message according to the language of the interface.

getName()

This method returns the name of the message.

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.