Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0e54ba0ee564ce6063a5e83aa86060c5 > files > 629

festival-speechtools-devel-1.2.96-18.fc14.i686.rpm

  <sect1 id='scfg-make-manual'>
	<title><command>scfg_make</command> <emphasis>Make the rules for a stochastic context free grammar</emphasis></title>

    <toc depth='1'></toc>
    <para>
    </para>
    <sect2>
      <title>Synopsis</title>
      <para>
      </para>
        <!-- /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/scfg_make -sgml_synopsis -->
        <para>
<cmdsynopsis><command>scfg_make</command>[options]<arg>-nonterms <replaceable>string</replaceable></arg>
<arg>-terms <replaceable>string</replaceable></arg>
<arg>-domain <replaceable>string</replaceable> " {nlogp}"</arg>
<arg>-values <replaceable>string</replaceable> " {equal}"</arg>
<arg>-o <replaceable>ofile</replaceable></arg>
</cmdsynopsis>
        </para>
        <!-- DONE /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/scfg_make -sgml_synopsis -->
      <para>

Builds a stochastic context free grammar from a vocabulary of non-terminal
and testminal symbols.  An exhaustive set of all possible binary rules
are generated with random (or equal) probabilities (or negative log
probabilities).  This program is designed for making grammars that
can be trained using scfg_train.
      </para>
    </sect2>
    <sect2>
      <title>OPTIONS</title>
      <para>
      </para>
        <!-- /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/scfg_make -sgml_options -->
        <para>
<variablelist>
<varlistentry><term>-nonterms</term>
<LISTITEM><PARA>
<replaceable>string</replaceable>

Number of nonterminals or file containing them 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-terms</term>
<LISTITEM><PARA>
<replaceable>string</replaceable>

Number of terminals or file containing them 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-domain</term>
<LISTITEM><PARA>
<replaceable>string</replaceable>
 " {nlogp}"
Values to be nlogp (negative log probabilities) 
or prob (probabilities) 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-values</term>
<LISTITEM><PARA>
<replaceable>string</replaceable>
 " {equal}"
General initial scores on rules as equal or 
random 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-o</term>
<LISTITEM><PARA>
<replaceable>ofile</replaceable>

File to save grammar (default stdout) </PARA></LISTITEM>
</varlistentry>
</variablelist>
        </para>
        <!-- DONE /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/scfg_make -sgml_options -->
    </sect2>
  </sect1>