correct_suc.pl - corrects ``anomalies'' in SUC annotation.
correct_suc.pl [-h|--help --man] DATA
DATA is a tab-delimited file with text, token, lemma, and part-of-speech (otput from xces2r.xsl). Could be redirected from STDIN.
-h|--help--man
A corrected tab-delimited file with text, token, lemma, and part-of-speech.
This Perl script corrects ``anomalies'' in SUC* annotation. It
mainly corrects some lemma and part-of-speech assignments
(see sub routine correct for details). Expects input from
xces2r.xsl, i.e. tabulated file(s) of text ID, token, lemma, and
part-of-speech. Output is in the same format as the input, but with
corrected annotation. Prints to STDOUT.
* Stockholm-Umeå Corpus, version 2, 2002, Stockholm University, Department of Linguistics and Umeå University, Department of Linguistics (http://www.ling.su.se/staff/sofia/suc/suc.html), xmlified by parole2xml.pl (http://stp.lingfil.uu.se/~evafo/software/).
Copyright (C) 2005-2006 Eva Forsbom (evafo@stp.lingfil.uu.se)
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
http://stp.lingfil.uu.se/~evafo/resources/basevocpool/
Created: 2005-09-09: Eva Forsbom
$Log: correct_suc.html,v $
Revision 1.1 2006/08/11 12:31:59 eva
HTML documentation for Perl scripts
Revision 1.3 2006/08/11 12:10:04 eva Added pod usage to Perl files
Revision 1.2 2006/08/08 09:46:32 eva Added pod documentation.