This is the command dfa_determinize 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
dfa_determinize
- Determinize NFA grammar network.
SYNOPSIS
dfa_determinize [-o outfile] {dfafile}
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.
OPTIONS
-o outfile
Outout file. If not specified, output to stdout.
EXAMPLES
Determinize foo.dfa to bar.dfa:
Another way:
Use dfa_determinize online using onworks.net services