NAME

gfsmapply - Apply a transducer to a list of input strings


SYNOPSIS

gfsmapply [OPTIONS] INPUT...

 Arguments:
    INPUT...  Input files or strings (with -w)
 Options
    -h         --help            Print help and exit.
    -V         --version         Print version and exit.
    -w         --words           INPUT(s) are words to lookup, not filenames.
    -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.
    -a         --att-mode        Parse/format string(s) in AT&T-compatible mode.
    -u         --utf8            Assume UTF-8 encoded alphabet(s) and input(s).
    -q         --quiet           Suppress warnings about undefined symbols.
    -fFSTFILE  --fst=FSTFILE     Transducer to apply (default=stdin).
    -QN        --maxq=N          Maximum number of result states to generate (default=0:system limit)
    -A         --align           Output aligned arc paths.
    -zLEVEL    --compress=LEVEL  Specify compression level of output file.
    -FFILE     --output=FILE     Specifiy output file (default=stdout).


DESCRIPTION

Apply a transducer to a list of input strings


ARGUMENTS

INPUT...

Input files or strings (with -w)

Input strings are parsed using gfsm_alphabet_generic_string_to_labels().


OPTIONS

--help , -h

Print help and exit.

Default: '0'

--version , -V

Print version and exit.

Default: '0'

--words , -w

INPUT(s) are words to lookup, not filenames.

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'

--att-mode , -a

Parse/format string(s) in AT&T-compatible mode.

Default: '0'

--utf8 , -u

Assume UTF-8 encoded alphabet(s) and input(s).

Default: '0'

--quiet , -q

Suppress warnings about undefined symbols.

Default: '0'

--fst=FSTFILE , -fFSTFILE

Transducer to apply (default=stdin).

Default: '-'

--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.

--align , -A

Output aligned arc paths.

Default: '0'

--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 gfsmapply gfsmapply.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