Sophie

Sophie

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

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

  <sect1 id='wfst-run-manual'>
	<title><command>wfst_run</command> <emphasis>Run a weighted finite-state transducer</emphasis></title>

    <toc depth='1'></toc>
    <para>
    </para>
    <sect2>
      <title>Synopsis</title>
      <para>
      </para>
        <!-- /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/wfst_run -sgml_synopsis -->
        <para>
<cmdsynopsis><command>wfst_run</command>[WFSTFILE] [input file0] ... [-o output file]<arg>-wfst <replaceable>ifile</replaceable></arg>
<arg>-transduce </arg>
<arg>-recog </arg>
<arg>-cumulate_into <replaceable>ofile</replaceable></arg>
<arg>-itype <replaceable>string</replaceable></arg>
<arg>-quiet </arg>
<arg>-o <replaceable>ofile</replaceable></arg>
</cmdsynopsis>
        </para>
        <!-- DONE /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/wfst_run -sgml_synopsis -->
      <para>

This program runs a WFST on some given data.  It works in either
recognize mode where both inputs and output are specified, but also
in transduction mode where an input is transduced to the output.
      </para>
    </sect2>
    <sect2>
      <title>OPTIONS</title>
      <para>
      </para>
        <!-- /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/wfst_run -sgml_options -->
        <para>
<variablelist>
<varlistentry><term>-wfst</term>
<LISTITEM><PARA>
<replaceable>ifile</replaceable>

The WFST to use 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-transduce</term>
<LISTITEM><PARA>

Transduce input to output (default) 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-recog</term>
<LISTITEM><PARA>

Recognize input consists of pairs 
</PARA></LISTITEM>
</varlistentry>

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

Cumulate transitions to give new weights 
save new WFST into ofile 
</PARA></LISTITEM>
</varlistentry>

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

char or token 
</PARA></LISTITEM>
</varlistentry>

<varlistentry><term>-quiet</term>
<LISTITEM><PARA>

No extraneous messages 
</PARA></LISTITEM>
</varlistentry>

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

Output file for transduced forms </PARA></LISTITEM>
</varlistentry>
</variablelist>
        </para>
        <!-- DONE /amd/projects/festival/versions/v_mpiro/speech_tools_linux/bin/wfst_run -sgml_options -->
    </sect2>
  </sect1>