The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

senserelate.pl - graphical interface for WordNet::SenseRelate::TargetWord, a Word Sense Disambiguation module.

SYNOPSIS

senserelate.pl [ [--config FILE] [--wnpath WNPATH] | --help | --version ]

DESCRIPTION

This program is a graphical interface to the WordNet::SenseRelate::TargetWord Word Sense Disambiguation module. It allows the user to enter pieces of text, and select a word from the text the target word to be disambiguated. The system then disambiguates the sense of the target word using the algorithm by Banerjee and Pedersen (2003).

OPTIONS

Usage: senserelate.pl [ [--config FILE] [--wnpath WNPATH] | --help | --version ]

--config=FILE Specifies a configuration file (FILE) to set up the various configuration options.

--wnpath=WNPATH WNPATH specifies the path of the WordNet data files. Ordinarily, this path is determined from the $WNHOME environment variable. But this option overides this behavior.

--help Displays this help screen.

--version Displays version information.

AUTHORS

 Ted Pedersen, University of Minnesota, Duluth
 tpederse at d.umn.edu

 Siddharth Patwardhan, University of Utah, Salt Lake City
 sidd at cs.utah.edu

 Satanjeev Banerjee, Carnegie Mellon University, Pittsburgh
 banerjee+ at cs.cmu.edu

KNOWN BUGS

None.

SEE ALSO

perl(1pm)

WordNet::SenseRelate::TargetWord(3pm)

WordNet::Similarity(3pm)

http://www.cogsci.princeton.edu/~wn

http://senserelate.sourceforge.net

http://groups.yahoo.com/group/senserelate

COPYRIGHT

Copyright (c) 2005 Ted Pedersen, Siddharth Patwardhan, Satanjeev Banerjee

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.