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

fst-match - longest match analyser

Author

       Helmut  Schmid,  Institute for Computational Linguistics, University of Stuttgart, Email: schmid@ims.uni-
       stuttgart.de, This software is available under the GNU Public License.

                                                   March 2005                                        fst-infl(1)

Bugs

       If the longest match can be mapped to several target strings, only one of them is printed.

Description

fst-match  is a longest match analyser. The first argument is the name of a compact transducer file which
       was generated by fst-compiler-c.  The second argument is the name of the input file. The third  argument
       is  the  output  file.  If  the  third  argument is missing, output is directed to stdout.  If the second
       argument is missing, as well, input is read from stdin.fst-match reads the argument transducer and performs a longest-match analysis of the input string.  Given
       the transducer <x>:<>ab+<x>:<>, it will analyse the string baabbca as ba<x>abb<x>ca.

Name

       fst-match - longest match analyser

Options

-q     Suppress status messages.

       -h     Print usage information.

See Also

       fst-compiler, fst-mor, fst-infl, fst-parse

Synopsis

fst-match[options]file [ input-file [ output-file ] ]

See Also