Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 56b1fde4ed0e5f3d153fe0391e13cdf1 > files > 217

pocketsphinx-devel-0.7-1.fc14.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>PocketSphinx: dict2pid_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">PocketSphinx&#160;<span id="projectnumber">0.6</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('structdict2pid__t.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>dict2pid_t Struct Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="dict2pid_t" -->
<p>Building composite triphone (as well as word internal triphones) with the dictionary.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="dict2pid_8h_source.html">dict2pid.h</a>&gt;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a70dc55b59deb6324c1ef2733b1b25ef1"></a><!-- doxytag: member="dict2pid_t::refcount" ref="a70dc55b59deb6324c1ef2733b1b25ef1" args="" -->
int&#160;</td><td class="memItemRight" valign="bottom"><b>refcount</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structbin__mdef__s.html">bin_mdef_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdict2pid__t.html#ab0dcb283a0cf5ad40836bc418fd535b3">mdef</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Model definition, used to generate internal ssids on the fly.  <a href="#ab0dcb283a0cf5ad40836bc418fd535b3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structdict__t.html">dict_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdict2pid__t.html#ae1fecad64884980e9d8355844abc3512">dict</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Dictionary this table refers to.  <a href="#ae1fecad64884980e9d8355844abc3512"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a609288c1f4cee2ea2e82bc5e391b894a"></a><!-- doxytag: member="dict2pid_t::ldiph_lc" ref="a609288c1f4cee2ea2e82bc5e391b894a" args="" -->
s3ssid_t ***&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdict2pid__t.html#a609288c1f4cee2ea2e82bc5e391b894a">ldiph_lc</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">For multi-phone words, [base][rc][lc] -&gt; ssid; filled out for word-initial base x rc combinations in current vocabulary. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2cf69a0437b33969d54ef2ae669b90aa"></a><!-- doxytag: member="dict2pid_t::rssid" ref="a2cf69a0437b33969d54ef2ae669b90aa" args="" -->
<a class="el" href="structxwdssid__t.html">xwdssid_t</a> **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdict2pid__t.html#a2cf69a0437b33969d54ef2ae669b90aa">rssid</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Right context state sequence id table First dimension: base phone, Second dimension: left context. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4eec4de961e2374a6a4c06bb9dde39d8"></a><!-- doxytag: member="dict2pid_t::lrdiph_rc" ref="a4eec4de961e2374a6a4c06bb9dde39d8" args="" -->
s3ssid_t ***&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdict2pid__t.html#a4eec4de961e2374a6a4c06bb9dde39d8">lrdiph_rc</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">For single-phone words, [base][lc][rc] -&gt; ssid; filled out for single-phone base x lc combinations in current vocabulary. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6c1de8a269f6ff37dce3dd8cbec4235a"></a><!-- doxytag: member="dict2pid_t::lrssid" ref="a6c1de8a269f6ff37dce3dd8cbec4235a" args="" -->
<a class="el" href="structxwdssid__t.html">xwdssid_t</a> **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdict2pid__t.html#a6c1de8a269f6ff37dce3dd8cbec4235a">lrssid</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Left-Right context state sequence id table First dimension: base phone, Second dimension: left context. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Building composite triphone (as well as word internal triphones) with the dictionary. </p>

<p>Definition at line <a class="el" href="dict2pid_8h_source.html#l00148">148</a> of file <a class="el" href="dict2pid_8h_source.html">dict2pid.h</a>.</p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="ae1fecad64884980e9d8355844abc3512"></a><!-- doxytag: member="dict2pid_t::dict" ref="ae1fecad64884980e9d8355844abc3512" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structdict__t.html">dict_t</a>* <a class="el" href="structdict2pid__t.html#ae1fecad64884980e9d8355844abc3512">dict2pid_t::dict</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Dictionary this table refers to. </p>

<p>Definition at line <a class="el" href="dict2pid_8h_source.html#l00153">153</a> of file <a class="el" href="dict2pid_8h_source.html">dict2pid.h</a>.</p>

<p>Referenced by <a class="el" href="dict2pid_8c_source.html#l00298">dict2pid_add_word()</a>, <a class="el" href="dict2pid_8c_source.html#l00388">dict2pid_build()</a>, <a class="el" href="dict2pid_8c_source.html#l00538">dict2pid_dump()</a>, <a class="el" href="dict2pid_8c_source.html#l00507">dict2pid_free()</a>, <a class="el" href="dict2pid_8c_source.html#l00229">dict2pid_get_rcmap()</a>, <a class="el" href="dict2pid_8c_source.html#l00367">dict2pid_internal()</a>, <a class="el" href="dict2pid_8c_source.html#l00204">get_rc_nssid()</a>, <a class="el" href="ps__alignment_8c_source.html#l00128">ps_alignment_populate()</a>, and <a class="el" href="ps__alignment_8c_source.html#l00242">ps_alignment_populate_ci()</a>.</p>

</div>
</div>
<a class="anchor" id="ab0dcb283a0cf5ad40836bc418fd535b3"></a><!-- doxytag: member="dict2pid_t::mdef" ref="ab0dcb283a0cf5ad40836bc418fd535b3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structbin__mdef__s.html">bin_mdef_t</a>* <a class="el" href="structdict2pid__t.html#ab0dcb283a0cf5ad40836bc418fd535b3">dict2pid_t::mdef</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Model definition, used to generate internal ssids on the fly. </p>

<p>Definition at line <a class="el" href="dict2pid_8h_source.html#l00151">151</a> of file <a class="el" href="dict2pid_8h_source.html">dict2pid.h</a>.</p>

<p>Referenced by <a class="el" href="dict2pid_8c_source.html#l00298">dict2pid_add_word()</a>, <a class="el" href="dict2pid_8c_source.html#l00388">dict2pid_build()</a>, <a class="el" href="dict2pid_8c_source.html#l00538">dict2pid_dump()</a>, <a class="el" href="dict2pid_8c_source.html#l00507">dict2pid_free()</a>, <a class="el" href="dict2pid_8c_source.html#l00367">dict2pid_internal()</a>, <a class="el" href="ps__alignment_8c_source.html#l00128">ps_alignment_populate()</a>, and <a class="el" href="ps__alignment_8c_source.html#l00242">ps_alignment_populate_ci()</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>src/libpocketsphinx/<a class="el" href="dict2pid_8h_source.html">dict2pid.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="structdict2pid__t.html">dict2pid_t</a>      </li>
      <li class="footer">Generated on Wed Apr 20 2011 for PocketSphinx by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>