NAME

Lingua::YaTeA::Phrase - Perl extension for phrases corresponding to the parsed terms

SYNOPSIS

use Lingua::YaTeA::Phrase;
Lingua::YaTeA::Phrase->new($num_content_words,$words_a,$tag_set);

DESCRIPTION

METHODS

new()

new($num_content_words,$words_a,$tag_set);

setTC()

setTC($status);

buildLinguisticInfos()

buildLinguisticInfos($words_a,$tag_set);

addOccurrence()

addOccurrence($words_a,$maximal,$fh);

incrementFrequency()

incrementFrequency();

getWords()

getWords();

setIF()

setIF($newIF);

setPOS()

setPOS($newPOS)

setLF()

setLF($newLemma);

getIF()

getIF();

getPOS()

getPOS();

getLF()

getLF();

buildKey()

buildKey();

getWord()

getWord($index);

isTC()

isTC();

getFrequency()

getFrequency();

getOccurrences()

getOccurrences();

addTermCandidates()

addTermCandidates($term_candidates_h,$mapping_from_phrases_to_TCs_h,$tc_max_length,$option_set,$phrase_set,$monolexical_transfer_h);

getID()

getID();

getTestifiedTerms()

getTestifiedTerms();

addTestifiedTerms()

addTestifiedTerms($term_frontiers_h,$testified_term_set,$fh);

getIndexSet()

getIndexSet();

addOccurrences()

addOccurrences($occurrences_a);

adjustReferences()

adjustReferences($term_candidates_a,$current,$reference);

addExistingOccurrence()

addExistingOccurrence($occurrence);

getWordIndex

getWordIndex($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.