NAME text2headless.pl SYNOPSIS text2headless.pl creates a SENSEVAL2 formatted file where the contents of each input file are represented as a seperate context. These contexts do not have any target or head word. USAGE: text2headless.pl [OPTIONS] INPUT [[, INPUT] ...] DESCRIPTION This script converts each given file to a seperate context in SENSEVAL2 format. It removes all blank-lines and newlines from the input file(s) before representing each as a context. Any of these contexts do not have any target / head word. The file paths are used as the 'docsrc' and the filename or the directory-name are used as the 'senseid'. This script is usually used for creating 'headless' data for SenseClusters. INPUT: Directories and / or files eg: text2headless.pl file1 test_dir/ OUTPUT: SENSEVAL2 formatted file containing each input file as a context at the STDOUT. eg: From: un034214@wvnvms.wvnet.eduSubject: NTSC data to RGB ? For Video Capture. Organization: West Virginia Network for Educational TelecomputingLines: 11Does anyone know how to decode the color information of a NTSC signal ?I need to convert this data to RGB for a Video Capture Utility I am writing for use with an IBM M-MOTION Video adapter card...I need to know the how the V and U signals work in the color process.Thanks in advance for any information or algorythms etc.Later-Hammonck Net From: un034214@wvnvms.wvnet.eduSubject: NTSC data to RGB ? For Video Capture.Organization: West Virginia Network for Educational TelecomputingLines: 11Does anyone know how to decode the color information of a NTSC signal ? I need to convert this data to RGB for a Video Capture Utility I am writing for use with an IBM M-MOTION Video adapter card...I need to know the how the V and U signals work in the color process.Thanks in advance for any information or algorythms etc.Later-Hammonck Net AUTHOR Anagha Kulkarni, kulka020@d.umn.edu, University of Minnesota, Duluth Ted Pedersen, tpederse@d.umn.edu, University of Minnesota, Duluth BUGS SEE ALSO SenseClusters : http://sourceforge.net/projects/sensecluster Senseval-2 : http://www.sle.sharp.co.uk/senseval2/ COPYRIGHT Copyright (C) 2004-2006, Ted Pedersen and Anagha Kulkarni 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.