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

use WordNet::SenseRelate::Algorithm::SenseOne; $algo = WordNet::SenseRelate::Algorithm::SenseOne->new($wntools); $sense = $algo->disambiguate($instance);

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.
None by default.

perl(1)
WordNet::SenseRelate::TargetWord

Ted Pedersen, tpederse at d.umn.edu
Siddharth Patwardhan, sidd at cs.utah.edu
Satanjeev Banerjee, banerjee+ at cs.cmu.edu

Copyright (C) 2005 by Ted Pedersen, Siddharth Patwardhan, and Satanjeev Banerjee
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.3 or, at your option, any later version of Perl 5 you may have available.