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

NAME

rankFormat.pl - Program to rank the output of similarity.pl.

SYNOPSIS

rankFormat.pl [FILE... | --help | --version]

DESCRIPTION

Program to rank the output of similarity.pl based on the semantic relatedness of the word pairs. The output is in a format that can processed by the rank.pl program of the Text::NSP package. The rank.pl program takes two lists of ranked pairs of words and computes the correlation between them according to Spearman's correlation coefficient.

OPTIONS

--help

    Displays a detailed usage message

--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

BUGS

SEE ALSO

perl(1)

WordNet::Similarity(3)

http://wordnet.princeton.edu

http://wn-similarity.sourceforge.net

http://groups.yahoo.com/group/wn-similarity

http://ngram.sourceforge.net

COPYRIGHT

Copyright (c) 2006, Ted Pedersen and Siddharth Patwardhan

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.