NAME

gfsmlookup - Apply a transducer to a linear label sequence


SYNOPSIS

gfsmlookup [OPTIONS] LABELID...

 Arguments:
    LABELID...  Input label IDs
 Options
    -h         --help            Print help and exit.
    -V         --version         Print version and exit.
    -fFSTFILE  --fst=FSTFILE     Transducer to apply (default=stdin).
    -QN        --maxq=N          Maximum number of result states to generate (default=0:system limit)
    -zLEVEL    --compress=LEVEL  Specify compression level of output file.
    -FFILE     --output=FILE     Specifiy output file (default=stdout).


DESCRIPTION

Apply a transducer to a linear label sequence


ARGUMENTS

LABELID...

Input label IDs

In ASCII decimal notation.


OPTIONS

--help , -h

Print help and exit.

Default: '0'

--version , -V

Print version and exit.

Default: '0'

--fst=FSTFILE , -fFSTFILE

Transducer to apply (default=stdin).

Default: '-'

If unspecified, standard input will be read.

--maxq=N , -QN

Maximum number of result states to generate (default=0:system limit)

Default: '0'

Default or 0 maps to 32-bit unsigned int limit, 4294967296.

--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: '-'


ADDENDA

About this Document

Documentation file auto-generated by optgen.perl version 0.07 using Getopt::Gen version 0.13. Translation was initiated as:

   optgen.perl -l --no-handle-rcfile --nocfile --nohfile --notimestamp -F gfsmlookup gfsmlookup.gog


BUGS AND LIMITATIONS

None known.


ACKNOWLEDGEMENTS

Perl by Larry Wall.

Getopt::Gen by Bryan Jurish.


AUTHOR

Bryan Jurish <moocow.bovine@gmail.com>


SEE ALSO

the gfsmutils manpage