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

NAME

Lingua::YaTeA::ForbiddenStructure - Perl extension for the forbidden structures.

SYNOPSIS

  use Lingua::YaTeA::ForbiddenStructure;
  Lingua::YaTeA::ForbiddenStructure->new();

DESCRIPTION

This module represents the forbidden structures used in the chunking steps. Forbidden structures are exceptions for more complex structures and are used to prevent from extracting sequences that look like terms (syntactically valid) but are known not to be terms or parts of terms like of course.

The ForbiddenStructure object is composed of two fields: the forbiddent structure FORM and its length LENGTH.

METHODS

new()

    new($form);

This method creates a new forbidden structure from $form. The length is set as well as the from.

setLength()

    setLength($form);

The method is used to set the length field according to the corresponding $form.

getLength')

    getLenght();

The method is used to get the length of the forbidden structure.

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.