NAME
WordNet::SenseRelate::TargetWord - Perl module for performing word sense disambiguation.
SYNOPSIS
use WordNet::SenseRelate::TargetWord;
$tool = WordNet::SenseRelate::TargetWord->new();
$sense = $tool->disambiguate($instance);
DESCRIPTION
WordNet::SenseRelate::TargetWord combines the different parts of the word sense disambiguation process. It allows the user to select the disambiguation algorithm, the context selection algorithm, and other data processing tasks. This module applies these to the context and returns the selected sense.
EXPORT
None by default.
SEE ALSO
perl(1)
WordNet::Similarity(3)
http://www.cogsci.princeton.edu/~wn/
http://senserelate.sourceforge.net
http://groups.yahoo.com/group/senserelate/
AUTHOR
Siddharth Patwardhan, sidd at cs.utah.edu
Satanjeev Banerjee, banerjee+ at cs.cmu.edu
Ted Pedersen, tpederse at d.umn.edu
COPYRIGHT AND LICENSE
Copyright (c) 2005 by Siddharth Patwardhan, Satanjeev Banerjee and Ted Pedersen
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.