NAME
Lingua::YaTeA::TriggerSet - Perl extension for managing the trigger set
SYNOPSIS
use Lingua::YaTeA::TriggerSet;
Lingua::YaTeA::TriggerSet->new();
DESCRIPTION
The trigger set contains any part of structures required by the chunking step. It contains several types of triggers inflectional forms (IF), part-of-speech tags (POS) and lemmatized forms (LF).
METHODS
new()
new();
This method creates a empty set of triggers.
addTrigger
addTrigger($fs)
The method adds a trigger in the trigger set. $fs
is the forbidden structure related to the trigger.
getSubset
getSubset($type)
This method returns the subset of trigger according the type defined by $type
.
findTrigger
findTrigger($word)
This method returns a trigger given the word definied by $word
.
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.