NAME
Lingua::YaTeA::MultiWordTestifiedTerm - Perl extension for multi-word testified terms
SYNOPSIS
use Lingua::YaTeA::MultiWordTestifiedTerm;
Lingua::YaTeA::MultiWordTestifiedTerm->new($words, $match_type, $num_content_words, $tag_set);
DESCRIPTION
The module implements a representation of the multi-word testified terms, i.e. terms from a terminological resource. Those testified terms are used to find corresponding terms in the corpus. Each multi-word testified term inherits from the class Lingua::YaTeA::MultiWordUnit
.
METHODS
new()
new($words, $match_type, $num_content_words, $tag_set);
This method creates a new object representing a multi-wordtestified term. $words_a
and $tag_set
are used to initialise the lignuistic information (IF
, POS
, LF
). $source
initialises the original terminology. $mach_type
defines the type of matching for finding the terms in the corpus.
getIslandType()
getIslandType();
The method returns the type of island correspoding to the multi-word testified terms, in that case the original terminology.
getIfParsable()
getIfParsable($parsing_pattern_set,$tag_set,$parsing_direction);
The method indicates if the mutli-word testitied term is parsable of not according to one of the parsing patterns $parsing_pattern_set
(and given a parsing direction $parsing_direction
), the Part-of-Speech tags $tag_set
.
getHeadAndLinks()
getHeadAndLinks($LGPmapping_h,$chained_links);
This method computes syntactic relations in the BioLG way (see http://mars.cs.utu.fi/biolg/).
chainLinks()
chainLinks($links_a);
The method is related to the output in the BioLG way.
getLinksSets()
getLinksSets($links_a);
The method is related to the output in the BioLG way.
sortLinks()
sortLinks($link1,$link2);
The method is related to the output in the BioLG way.
adjustLinksHeight()
adjustLinksHeight($links_a,$first_h,$second_h);
The method is related to the output in the BioLG way.
recordLink()
recordLink($link_key,$first_element,$second_element,$links_a,$LGPmapping_h);
The method is related to the output in the BioLG way.
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.