|
dfa_determinize
NAMEdfa_determinize - Determinize NFA grammar network.SYNOPSISdfa_determinize [-o outfile] {dfafile} DESCRIPTIONdfa_determinize converts a non-deterministic .dfa file into deterministic DFA. Output to standard output, or file specified by "-o" option.This additional tool is not necessary on a grammar building procedure in Julius, since the grammar network generated by mkdfa.pl is always determinized. OPTIONS-o outfileOutout file. If not specified, output to stdout.
EXAMPLESDeterminize foo.dfa to bar.dfa:Another way: SEE ALSOmkdfa.pl ( 1 ) , dfa_minimize ( 1 )COPYRIGHTCopyright (c) 1997-2000 Information-technology Promotion Agency, JapanCopyright (c) 1991-2008 Kawahara Lab., Kyoto University Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology LICENSEThe same as Julius.
Visit the GSP FreeBSD Man Page Interface. |