logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lt-paradigm — generate listings from a compiled transducer

Bugs

       Many... lurking in the dark and waiting for you!

Apertium                                          June 30, 2022                                   LT-PARADIGM(1)

Description

lt-paradigm prints paths matching input patterns from a transducer

       fst_file
               The compiled transducer

       input_file
               A list of patterns to be extracted, separated by newlines or nulls

       output_file
               All  paths  matching  the patterns in input_file. Each path is terminated by a newline and groups
               are separated by the separator used in the input.

Name

       lt-paradigm — generate listings from a compiled transducer

Options

-a--analyser
               Match patterns on the right side of the transducer rather than the left.

       -eTAG--excludeTAG
               When expanding <*>, do use TAG-s--sort
               Sort the output for each pattern.

       -z--null-flush
               No-op, included for compatibility.

       -h--help
               Prints a short help message.

See Also

lt-expand(1), hfst-expand(1),

Synopsis

lt-paradigm [-a | -s | -z | -h] [-eTAG] fst_file [input_file [output_file]]

See Also