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

Siddharth Patwardhan <sidd at cs.utah.edu>

Ted Pedersen <tpederse at d.umn.edu>

Satanjeev Banerjee <banerjee+ at cs.cmu.edu>

BUGS

SEE ALSO

perl(1)

WordNet::SenseRelate::TargetWord(3)

WordNet::Similarity(3)

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

http://senserelate.sourceforge.net

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

COPYRIGHT

Copyright (c) 2005 Siddharth Patwardhan, Ted Pedersen, 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.