NAME
Lingua::YaTeA::Edge - Perl extension for edge between nodes
SYNOPSIS
use Lingua::YaTeA::Edge;
Lingua::YaTeA::Edge->new();
DESCRIPTION
The module implements edges between any sort of nodes. It is inherited from several modules.
METHODS
new()
new();
The method creates a new edge.
copyRecursively()
copyRecursively($newset, $father);
The method copies recursively the current node in the node set $newset
and return the copy. It also connect the copy to the father of the original node ($father
).
update()
update($new_value);
The method updates the edge with new edge information $new_value
.
print()
print($words, $fh);
The method prints the status of the edge or the associated words $words
in the file handler $fh
.
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.