NAME
Lingua::YaTeA::ParsingPatternRecord - Perl extension for recording parsing patterns
SYNOPSIS
use Lingua::YaTeA::ParsingPatternRecord;
Lingua::YaTeA::ParsingPatternRecord->new($name);
DESCRIPTION
The module records parsing patterns having the same part-Of-Speech sequence (NAME
field). Parsing patterns are stored in the array PARSING_PATTERNS
.
METHODS
new()
new($name);
The metehod creates a new parsing pattern record named $name
. The array where the parsing patterns are stored is empty.
getName()
getName();
The method returns the name of the parsing pattern.
addPattern()
addPattern($pattern);
The methid adds a parsing pattern to the current record.
getPatterns()
getPatterns();
the method returns the reference to the array of parsing patterns.
print()
print();
The method prints the parsing patterns associated to the records.
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.