gfsmcompile - Compile text format gfsm files to binary
gfsmcompile [OPTIONS] TXTFILE
Arguments:
TXTFILE Input text file
Options
-h --help Print help and exit.
-V --version Print version and exit.
-a --acceptor Compile as acceptor (default=transducer)
-iLABELS --ilabels=LABELS Specify input (lower) labels file.
-oLABELS --olabels=LABELS Specify output (upper) labels file.
-lLABELS --labels=LABELS Set -i and -o labels simultaneously.
-SLABELS --slabels=LABELS Specify state labels file.
-sSRTYPE --semiring=SRTYPE Specify semiring type.
-zLEVEL --compress=LEVEL Specify compression level of output file.
-FFILE --output=FILE Specifiy output file (default=stdout).
Compile text format gfsm files to binary
TXTFILE
Input text file
If unspecified, standard input will be read
--help
, -h
Print help and exit.
Default: '0'
--version
, -V
Print version and exit.
Default: '0'
--acceptor
, -a
Compile as acceptor (default=transducer)
Default: '0'
--ilabels=LABELS
, -iLABELS
Specify input (lower) labels file.
Default: 'NULL'
--olabels=LABELS
, -oLABELS
Specify output (upper) labels file.
Default: 'NULL'
--labels=LABELS
, -lLABELS
Set -i and -o labels simultaneously.
Default: 'NULL'
--slabels=LABELS
, -SLABELS
Specify state labels file.
Default: 'NULL'
--semiring=SRTYPE
, -sSRTYPE
Specify semiring type.
Default: 'tropical'
Specify one of the following:
boolean
log
plog
real
trivial
tropical
arctic
fuzzy
prob
--compress=LEVEL
, -zLEVEL
Specify compression level of output file.
Default: '-1'
Specify zlib compression level of output file. -1 (default) indicates the default compression level, 0 (zero) indicates no zlib compression at all, and 9 indicates the best possible compression.
--output=FILE
, -FFILE
Specifiy output file (default=stdout).
Default: '-'
Documentation file auto-generated by optgen.perl version 0.07 using Getopt::Gen version 0.14. Translation was initiated as:
optgen.perl -l --no-handle-rcfile --nocfile --nohfile --notimestamp -F gfsmcompile gfsmcompile.gog
None known.
Perl by Larry Wall.
Getopt::Gen by Bryan Jurish.
Bryan Jurish <moocow.bovine@gmail.com>