NAME
disamb-gui.pl - graphical interface for WordNet::SenseRelate::TargetWord, a Word Sense Disambiguation module.
SYNOPSIS
disamb-gui.pl [ [--config FILE] [--wnpath WNPATH] [XMLFILE] | --help | --version ]
DESCRIPTION
This program is a graphical interface to the WordNet::SenseRelate::TargetWord Word Sense Disambiguation module. It takes as input a Senseval-2 formatted input file and disambiguated each instance specified in file. The module is highly configurable. The user is allowed to choose different preprocessing and postprocessing tasks for the data, the dismabiguation algorithm and the context selection algorithm.
OPTIONS
Usage: disamb-gui.pl [ [--config FILE] [--wnpath WNPATH] [XMLFILE] | --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.