WordNet::SenseRelate::Algorithm::SenseOne - Perl modules that picks the first sense of the target word.


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

Index


NAME

Top

WordNet::SenseRelate::Algorithm::SenseOne - Perl modules that picks the first sense of the target word.

SYNOPSIS

Top

  use WordNet::SenseRelate::Algorithm::SenseOne;

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

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

DESCRIPTION

Top

WordNet::SenseRelate::Algorithm::SenseOne is a module designed to pick the first sense of the target word in a word sense disambiguation task. The primary goal of this module is to allow us to create a baseline for this task.

EXPORT

None by default.

SEE ALSO

Top

perl(1)

WordNet::SenseRelate::TargetWord

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.