sumom****@users*****
sumom****@users*****
2008年 10月 2日 (木) 17:23:46 JST
Index: julius4/gramtools/dfa_determinize/00readme-ja.txt diff -u /dev/null julius4/gramtools/dfa_determinize/00readme-ja.txt:1.1 --- /dev/null Thu Oct 2 17:23:46 2008 +++ julius4/gramtools/dfa_determinize/00readme-ja.txt Thu Oct 2 17:23:46 2008 @@ -0,0 +1,48 @@ + dfa_determinize + +DFA_DETERMINIZE(1) DFA_DETERMINIZE(1) + + + +¼O + dfa_determinize + - LÀI[g}g¶@ðè»·é + +Tv + dfa_determinize [-o outfile] {dfafile} + +DESCRIPTION + dfa_determinize ÍC.dfa t@Cð¿Èè« .dfa t@CÉÏ·µC + WoÍÉo͵ܷDIvV -o ÅoÍæð wè·é±ÆàÅ«Ü·D + + + mkdfa.pl ª¶¬·éDFAÍíÉ軳êĨèC ÊíCmkdfa.pl Å쬳 + ê½ .dfa t@CÉ뵀 ±Ìc[ðg¤KvÍ èܹñD + +OPTIONS + -o outfile + oÍt@C¼ðwè·éD + +EXAMPLES + foo.dfa ðè»µÄ bar.dfa É Û¶·éD + ÊÌû@F + +SEE ALSO + mkdfa.pl ( 1 ) , + dfa_minimize ( 1 ) + +COPYRIGHT + Copyright (c) 1991-2008 såw Í´¤º + + Copyright (c) 1997-2000 îñU»Æ¦ï(IPA) + + Copyright (c) 2000-2008 ÞÇæ[ÈwZpåw@åw 줺 + + Copyright (c) 2005-2008 ¼Ã®HÆåw JuliusJ`[ + +LICENSE + Julius ÌgpøɶܷD + + + + 10/02/2008 DFA_DETERMINIZE(1) Index: julius4/gramtools/dfa_determinize/00readme.txt diff -u /dev/null julius4/gramtools/dfa_determinize/00readme.txt:1.1 --- /dev/null Thu Oct 2 17:23:46 2008 +++ julius4/gramtools/dfa_determinize/00readme.txt Thu Oct 2 17:23:46 2008 @@ -0,0 +1,51 @@ + 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 + determinized. + +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 + Technology + + Copyright (c) 2005-2008 Julius project team, Nagoya Institute of + Technology + +LICENSE + The same as Julius. + + + + 10/02/2008 DFA_DETERMINIZE(1)