Row Checker
- Purpose
Inspects the contents of two row-files and makes sure that they contain the same number of elements on each line
The configfile is configrowchecker.pl
- Synopsis
./rowchecker.pl
- [-c <corpus>] [-f <fromsubdir>] | [-fd <fromdir>] [-tc <tocorpus>] [-t <tosubdir>] | [-td <targetdir>] [-tf <targetreportfile>] [-2 <secondrowsubdir>] | [-2d <secondrowdir>] [-ps <partsubdir>] [-p <part>] | [-pd <partdir>] [-pf <divprtfile> [...]] [-dr] [-? = -h = -help = --help] [-v [<verboselvl>]]
- -c
- the corpus to work on
- -f
- the name of the subdir under the corpus in which the tagrow files can be found
- -fd
- full path to the tagrow-set to work on (conflicts with -f)
- -tc
- target-corpus. If none is set the source corpus is used
- -t
- the name of the subdir in which the report is to be stored
- -td
- full path to the dir in which the report is to be stored
- -tf
- the name of the file in which to store the report
- -2
- the dir containing the second row files
- -2d
- full path to the dir containing the second row files
- -ps
- subdir in which the divisions are
- -p
- the name of a division to use as a part. The file-names in all the divprt -files in the division-dir are added and used as the list of files to use unless you specify one or more explicitly using the -pf option
- -pd
- full path to the division-dir to use as a part. This option causes the -p option to be ignored
- -pf
- one or more divprt files to use as the part instead of all files in the division
- -dr
- dry-run. Nothing is written or deleted, only reading and reporting is done
- -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, division-dir and/or to-file is given the default(s) in the config file are/is used
You can download (or look at the sources of) RowChecker [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]
|