cssmerge(1) CRM114 cssmerge(1) NAME cssmerge - merge the features of one .css file into another .css file SYNOPSIS cssmerge [outputfile] [inputfile] [-v] [-s NNNN] OPTIONS -v verbose reporting of features one by one -s NNNN if the output file must be created, create it with size NNNN DESCRIPTION cssmerge copies each feature found in the input .css file onto the out- put cssfile. If the feature is new in the output file, it is copied at the weight found in the input file. If the feature already existed in the output .css file, the input feature weight is added to output fea- ture weight so the new output weight is stronger. The input .css file must exist; an error occurs if this is not the case. The output .css file does not need to previously exist; if the file did not exist, it will be created, (see -s option above) Conveniently, there is no requirement that the input and output .css files have the same size. Thus, cssmerge provides a path to both shrink and expand .css file space without loss of any information. SHORTCOMINGS Note that cssmerge as of version 20040816 is NOT capable of dealing with the CRM114 Winnow classifier's floating-point .cow files. Worse, css- merge is unaware of it's shortcomings, and will try anyway. The only recourse is to be aware of this issue and not use cssmerge on Winnow classifier floating point .cow format files. HOMEPAGE AND REPORTING BUGS http://crm114.sourceforge.net/ VERSION This manpage: $Id: cssmerge.azm,v 1.6 2004/08/19 09:12:58 vanbaal Exp $ This manpage describes cssmerge as shipped with crm114 version 20040816.BlameClockworkOrange. AUTHOR William S. Yerazunis. Manpage typesetting by Joost van Baal and Shalen- dra Chhabra COPYRIGHT Copyright (C) 2001, 2002, 2003, 2004 William S. Yerazunis. This is free software, copyrighted under the FSF's GPL. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file COPYING for more details. SEE ALSO cssutil(1), cssdiff(1), crm(1), crm114(1) cssmerge 20040816.BlameClockworkOr19gAugu2004 cssmerge(1)