mkdfa

Langue: en

Autres versions - même langue

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

Section: 1 (Commandes utilisateur)

NAME

mkdfa - grammar compiler for Julius/Julian

SYNOPSIS

mkdfa [-n] <prefix>

DESCRIPTION

mkdfa compiles Julian format grammar (.grammar and .voca files) to Julian's native formats (.dfa, .dict and .term files).

OPTIONS

-n
Do not generate the .dict file.

EXAMPLES

mkdfa foo
This takes the files "foo.grammar" and "foo.voca" and converts them to the Julian native format by creating the files "foo.dfa" and "foo.dict" in the same directory. It also generates terminal symbol information and writes it to file "foo.term", which can be used by other grammar tools.

SEE ALSO

mkfa

AUTHORS

mkdfa 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.