WordNet::SenseRelate::Algorithm::Local - Perl module that finds the sense of a target word


WordNet-SenseRelate-TargetWord documentation  | view source Contained in the WordNet-SenseRelate-TargetWord distribution.

Index


NAME

Top

WordNet::SenseRelate::Algorithm::Local - Perl module that finds the sense of a target word that is most related to its context.

SYNOPSIS

Top

  use WordNet::SenseRelate::Algorithm::Local;

  $algo = WordNet::SenseRelate::Algorithm::Local->new($wntools, $measure);

  $sense = $algo->disambiguate($instance);

DESCRIPTION

Top

This modules uses a measure of relatedness (WordNet::Similarity module) to find the relatedness of each sense of the target word with the senses of the words in the context. It then return the most related sense of the target word.

EXPORT

None by default.

SEE ALSO

Top

perl(1)

WordNet::SenseRelate::TargetWord(3)

AUTHOR

Top

Ted Pedersen, tpederse at d.umn.edu

Siddharth Patwardhan, sidd at cs.utah.edu

Satanjeev Banerjee, banerjee+ at cs.cmu.edu

COPYRIGHT AND LICENSE

Top


WordNet-SenseRelate-TargetWord documentation  | view source Contained in the WordNet-SenseRelate-TargetWord distribution.