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

NAME

Lingua::YaTeA::MonolexicalTestifiedTerm - Perl extension for monolexical testified terms

SYNOPSIS

  use Lingua::YaTeA::MonolexicalTestifiedTerm;
  Lingua::YaTeA::MonolexicalTestifiedTerm->new($num_content_words,$words_a,$tag_set,$source,$match_type);

DESCRIPTION

This module implements monolexical testified terms (i.e. single word terms). The objects inherit of the module Lingua::YaTeA::TestifiedTerm.

METHODS

new()

    new($num_content_words,$words_a,$tag_set,$source,$match_type);

This method creates a monolexical testified term. $words_a is the reference to an array of words. $num_content_words is the number of content words. $tag_set is the reference to the tag set used in the term extractor. $source is the file name from which the testifed term is issued. $match_type indicates if the term matches inflected or lemmatized form (value is loose) of if the term matches inflected form and Part-Of-Speech tag).

getHeadAndLinks()

    getHeadAndLinks($LGPmapping_h);

This method returns the head of the term (in the case of monolexical term, the word itself) and the reference to an array of syntactic relations (in the current case, the array is empty).

getLength

    getLength();

This method returns the length of the monolexical term, i.e. always 1.

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.