Table Scaler
- Purpose
Scales the values in the rows of a table to become N on average, where N is the number of columns (minus the row-name).
The configfile is configtablescaler.pl
- Synopsis
./tablescaler.pl
- [-c <corpus>] [-f <fromsubdir>] | [-fd <fromdir>] [-ff <fromfile>] [-tc <tocorpus>] [-t <tosubdir>] | [-td <todir>] [-tf <tofile>] [-s] [-dr] [-? = -h = -help = --help] [-v [verboselvl]]
- -c
- the corpus to work on
- -f
- the name of the subdir under the corpus in which the file can be found
- -fd
- full path to the dir that should be used
- -ff
- the name of the input-file to use
- -tc
- the target-corpus, defaults to the same as given with -c.
- -t
- the name of the subdir in which the result-file is to be stored
- -td
- full path to the dir in which the output-file will be stored.
- -tf
- the name of the output-file to use, defaults to fromfile + '.sc'
- -dr
- dry-run, doesn't save anything
- -s
- use spaces instead of tabs for the table
- -v
- the level of verbosity, default verboselevel = 2, available levels: 0,1,2,3
- -?
- (and equivalents) prints help: the purpose and the synopsys
NOTE:
- If no from-dir/file, and/or to-file/dif is given the default(s) in the config file are/is used
You can download (or look at the sources of) RowStatter [here]. To run it you will also need [the config file] and the [fiauimenre library]. You can also get the entire tool-package (containing the newest version of all fiauimenre tools and the library) [in one download]
|