WordNet::SenseRelate::Algorithm::Random - Perl module that randomly selects a sense of the


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

Index


NAME

Top

WordNet::SenseRelate::Algorithm::Random - Perl module that randomly selects a sense of the target word.

SYNOPSIS

Top

  use WordNet::SenseRelate::Algorithm::Random;

  $algo = WordNet::SenseRelate::Algorithm::Random->new($wntools);

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

DESCRIPTION

Top

WordNet::SenseRelate::Algorithm::Random is a module designed to randomly pick a sense of target word, from its list of senses. The primary goal of this modules is to be able to compute a baseline for the disambiguation task.

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.