Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0b420d0fce195cf4115dc6a3be5c2da2 > files > 411

sphinxbase-devel-0.7-1.fc14.i686.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>SphinxBase: sorted_entry_s 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">SphinxBase&#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><a href="pages.html"><span>Related&#160;Pages</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('structsorted__entry__s.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>sorted_entry_s Struct Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="sorted_entry_s" -->
<p>Bigram probs and bo-wts, and trigram probs are kept in separate tables rather than within the bigram_t and trigram_t structures.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="lm3g__model_8h_source.html">lm3g_model.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="a7bfd6c0c9c7240695a5909044177122f"></a><!-- doxytag: member="sorted_entry_s::val" ref="a7bfd6c0c9c7240695a5909044177122f" args="" -->
<a class="el" href="unionlmprob__t.html">lmprob_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsorted__entry__s.html#a7bfd6c0c9c7240695a5909044177122f">val</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">value being kept in this node <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint16&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsorted__entry__s.html#a186102da5e815345b92b1cc8895e5eb5">lower</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">index of another entry.  <a href="#a186102da5e815345b92b1cc8895e5eb5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint16&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsorted__entry__s.html#af3d7fdd1865a965689906a2b4c12c641">higher</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">index of another entry.  <a href="#af3d7fdd1865a965689906a2b4c12c641"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Bigram probs and bo-wts, and trigram probs are kept in separate tables rather than within the bigram_t and trigram_t structures. </p>
<p>These tables hold unique prob and bo-wt values, and can be &lt; 64K long. The following tree structure is used to construct these tables of unique values. Whenever a new value is read from the LM file, the sorted tree structure is searched to see if the value already exists, and inserted if not found. </p>

<p>Definition at line <a class="el" href="lm3g__model_8h_source.html#l00068">68</a> of file <a class="el" href="lm3g__model_8h_source.html">lm3g_model.h</a>.</p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="af3d7fdd1865a965689906a2b4c12c641"></a><!-- doxytag: member="sorted_entry_s::higher" ref="af3d7fdd1865a965689906a2b4c12c641" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint16 <a class="el" href="structsorted__entry__s.html#af3d7fdd1865a965689906a2b4c12c641">sorted_entry_s::higher</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>index of another entry. </p>
<p>All descendants down this path have their val &gt; this node's val 0 =&gt; no son exists (0 is root index) </p>

<p>Definition at line <a class="el" href="lm3g__model_8h_source.html#l00073">73</a> of file <a class="el" href="lm3g__model_8h_source.html">lm3g_model.h</a>.</p>

</div>
</div>
<a class="anchor" id="a186102da5e815345b92b1cc8895e5eb5"></a><!-- doxytag: member="sorted_entry_s::lower" ref="a186102da5e815345b92b1cc8895e5eb5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint16 <a class="el" href="structsorted__entry__s.html#a186102da5e815345b92b1cc8895e5eb5">sorted_entry_s::lower</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>index of another entry. </p>
<p>All descendants down this path have their val &lt; this node's val. 0 =&gt; no son exists (0 is root index) </p>

<p>Definition at line <a class="el" href="lm3g__model_8h_source.html#l00070">70</a> of file <a class="el" href="lm3g__model_8h_source.html">lm3g_model.h</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>src/libsphinxbase/lm/<a class="el" href="lm3g__model_8h_source.html">lm3g_model.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="structsorted__entry__s.html">sorted_entry_s</a>      </li>
      <li class="footer">Generated on Tue Apr 19 2011 for SphinxBase 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>