NAME
Lingua::YaTeA::Document - Perl extension for words of input document
SYNOPSIS
use Lingua::YaTeA::Document;
Lingua::YaTeA::Document->new($word);
DESCRIPTION
The module manages the words of an input documents. The identifier of the document is stored in the attribut ID
. The attribut NAME
contains the inflected form of the word.
METHODS
new()
new($word);
The method creates a objet storing a word $WORD
and associated it the current document.
newDefault()
newDefault($word);
The method creates a empty objet, without any reference to a document.
getID()
getID();
The method returns the identifier of the document.
getName()
getName();
The method returns the inflected form of the word.
update()
update($word);
The method updates the attribut NAME
(the inflected form) of the object.
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.