mkdfa - Online in the Cloud

This is the command mkdfa that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mkdfa
- grammar compiler

SYNOPSIS


mkdfa [options...] {prefix}

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.

OPTIONS


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

ENVIRONMENT VARIABLES


TMP or TEMP
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.

Use mkdfa online using onworks.net services



Latest Linux & Windows online programs