Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
    dfa_determinize

DFA_DETERMINIZE(1)					      DFA_DETERMINIZE(1)

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.pl is always deter-
     minized.

OPTIONS
      -o  outfile
	Outout file. If not specified, output to stdout.

EXAMPLES
     Determinize foo.dfa to bar.dfa:
     Another way:

SEE ALSO
      mkdfa.pl ( 1 ) ,
      dfa_minimize ( 1 )

COPYRIGHT
     Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan

     Copyright (c) 1991-2008 Kawahara Lab., Kyoto University

     Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science  and  Tech-
     nology

     Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology

LICENSE
     The same as Julius.

				   10/02/2008		      DFA_DETERMINIZE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dfa_determinize&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help