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

NAME

Lingua::YaTeA::Option - Perl extension for option of the term extraction process

SYNOPSIS

  use Lingua::YaTeA::Option;
  Lingua::YaTeA::Option->new($name, $value);

DESCRIPTION

The module implements the option used by the term extractor. Options are used to define the term extraction process.

METHODS

new()

    new($name,$value);

This method creates a Option object and sets its fields NAME and VALUE with the variable name and $value.

getName()

    getName();

The method returns the name of the option.

getValue()

    getValue();

The method returns the value of the option.

update()

    update($new_value,$message_set,$display_language);

The method updates the value of the option with the new value $new_value.

The variables $message_set and $display_language are used for displaying a warning or error 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.