The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

scorer2-format.pl - Reformat wsd.pl output for use by the scorer2 evaluation program

SYNOPSIS

 scorer2-format.pl INFILE1 [INFILE2 ...]

DESCRIPTION

This script reads one or more files from the command line and reformats them so that they can be scored using the Senseval scorer2 program. The input format is that of the wsd.pl program that is distributed with WordNet-SenseRelate. The output is printed to the standard output.

Note: be sure to run wsd.pl with the '--silent' option. If this is not done, wsd.pl will print configuration information that will cause this script to fail.

scorer2

scorer2 is a C program used to score entries to Senseval. The source code is available for downloading:

http://www.senseval.org/senseval3/scoring

AUTHORS

 Jason Michelizzi

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

COPYRIGHT

Copyright (C) 2005-2008 by Jason Michelizzi and Ted Pedersen

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.