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

mkdfa compiles the Julian format grammar (.grammar and .voca) to Julian native formats (.dfa and .dict).
       In addition, ".term" will be also generated that stores correspondence of category ID used in the output
       files to the source category name.

       prefix should be the common file name prefix of ".grammar" and "voca" file. From prefix.grammar and
       prefix.voca file, prefix.dfa, prefix.dict and prefix.term will be output.

Diagnostics

mkdfa invokes mkfa and dfa_minimize internally. They should be placed at the same directory as mkdfa.

Environment Variables

TMPorTEMP
          Set directory to store temporal file. If not specified, one of them on the following list will be
          used: /tmp, /var/tmp, /WINDOWS/Temp, /WINNT/Temp.

Examples

       Convert a grammar foo.grammar and foo.voca to foo.dfa, foo.voca and foo.term.

License

       The same as Julius.

                                                   10/02/2008                                        MKDFA.PL(1)

Name

           mkdfa
          - grammar compiler

Options

-n
          Not process dictionary. You can only convert .grammar file to .dfa file without .voca file.

See Also

julius ( 1 ) ,
        generate ( 1 ) ,
        nextword ( 1 ) ,
        accept_check ( 1 ) ,
        dfa_minimize ( 1 )

Synopsis

mkdfa [options...] {prefix}

See Also