fst-match - Online in the Cloud

This is the command fst-match that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


fst-match - longest match analyser

SYNOPSIS


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

OPTIONS


-q Suppress status messages.

-h Print usage information.

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.

Use fst-match online using onworks.net services



Latest Linux & Windows online programs