1    dfa_minimize
2
3DFA_MINIMIZE(1)             General Commands Manual            DFA_MINIMIZE(1)
4
5
6

NAME

8           dfa_minimize
9          - Minimize a DFA grammar network
10

SYNOPSIS

12       dfa_minimize [-o outfile] {dfafile}
13

DESCRIPTION

15       dfa_minimize will convert an .dfa file to an equivalent minimal form.
16       Output to standard output, or to a file specified by "-o" option.
17
18       On version 3.5.3 and later, mkdfa.pl invokes this tool inside, and the
19       output .dfa file will be always minimized, so you do not need to use
20       this manually.
21

OPTIONS

23        -o  outfile
24           Output file. If not specified output to standard output.
25

EXAMPLES

27       Minimize foo.dfa to bar.dfa:
28       Another way:
29

SEE ALSO

31        mkdfa.pl ( 1 )
32
34       Copyright (c) 1991-2013 Kawahara Lab., Kyoto University
35
36       Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
37
38       Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and
39       Technology
40
41       Copyright (c) 2005-2013 Julius project team, Nagoya Institute of
42       Technology
43

LICENSE

45       The same as Julius.
46
47
48
49                                  12/19/2013                   DFA_MINIMIZE(1)
Impressum