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

Description

dfa_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 is always determinized.

Examples

       Determinize foo.dfa to bar.dfa:
       Another way:

License

       The same as Julius.

                                                   10/02/2008                                 DFA_DETERMINIZE(1)

Name

           dfa_determinize
          - Determinize NFA grammar network.

Options

-ooutfile
          Outout file. If not specified, output to stdout.

See Also

mkdfa ( 1 ) ,
        dfa_minimize ( 1 )

Synopsis

dfa_determinize [-o outfile] {dfafile}

See Also