dfa_minimize

Langue: en

Version: 314681 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

dfa_minimize - minimize DFA grammar

SYNOPSIS

dfa_minimize [<DFA file>] [-o <output file>]

DESCRIPTION

dfa_minimize compresses the DFA grammar to its equivalent minimal form. It is called by mkdfa, but can still be used separately.

USAGE

You can either pass dfa_minimize the name of a file for it to read it, or send the text that you want it to get directly to the standard input.

OPTIONS

-o
File where you want the output to be written; if not specified, the output will be send to the standard output.

EXAMPLES

dfa_minimize sample.dfa -o sample-min.dfa
Reads file sample.dfa and writes the resulting text to sample-min.dfa.
cat sample.dfa | dfa_minimize
Reads the content of file sample.dfa from the standard output and print the result to the standard output.

SEE ALSO

mkdfa

AUTHORS

dfa_minimize was written by the Julius team <julius-info@lists.sourceforge.jp>, and this manual page by Siegfried-A. Gevatter <rainct@ubuntu.com>. Same as Julius.