doc/classes/Classifier/ContentNode.html in classifier-1.2.0 vs doc/classes/Classifier/ContentNode.html in classifier-1.3.0

- old
+ new

@@ -81,11 +81,11 @@ <div id="contextContent"> <div id="description"> <p> This is an internal data structure class for the <a href="LSI.html">LSI</a> -node. Save for <a href="ContentNode.html#M000034">raw_vector_with</a>, it +node. Save for <a href="ContentNode.html#M000049">raw_vector_with</a>, it should be fairly straightforward to understand. You should never have to use it directly. </p> </div> @@ -95,14 +95,14 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000031">new</a>&nbsp;&nbsp; - <a href="#M000034">raw_vector_with</a>&nbsp;&nbsp; - <a href="#M000033">search_norm</a>&nbsp;&nbsp; - <a href="#M000032">search_vector</a>&nbsp;&nbsp; + <a href="#M000046">new</a>&nbsp;&nbsp; + <a href="#M000049">raw_vector_with</a>&nbsp;&nbsp; + <a href="#M000048">search_norm</a>&nbsp;&nbsp; + <a href="#M000047">search_vector</a>&nbsp;&nbsp; </div> </div> </div> @@ -144,36 +144,31 @@ <td class="context-item-name">raw_vector</td> <td class="context-item-value">&nbsp;[RW]&nbsp;</td> <td class="context-item-desc"></td> </tr> <tr class="top-aligned-row context-row"> - <td class="context-item-name">source</td> + <td class="context-item-name">word_hash</td> <td class="context-item-value">&nbsp;[R]&nbsp;</td> <td class="context-item-desc"></td> </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">word_hash</td> - <td class="context-item-value">&nbsp;[RW]&nbsp;</td> - <td class="context-item-desc"></td> - </tr> </table> </div> </div> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000031" class="method-detail"> - <a name="M000031"></a> + <div id="method-M000046" class="method-detail"> + <a name="M000046"></a> <div class="method-heading"> - <a href="ContentNode.src/M000031.html" target="Code" class="method-signature" - onclick="popupCode('ContentNode.src/M000031.html');return false;"> - <span class="method-name">new</span><span class="method-args">( source, categories=nil, text_proc=nil )</span> + <a href="ContentNode.src/M000046.html" target="Code" class="method-signature" + onclick="popupCode('ContentNode.src/M000046.html');return false;"> + <span class="method-name">new</span><span class="method-args">( word_hash, *categories )</span> </a> </div> <div class="method-description"> <p> @@ -183,16 +178,16 @@ </div> </div> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000034" class="method-detail"> - <a name="M000034"></a> + <div id="method-M000049" class="method-detail"> + <a name="M000049"></a> <div class="method-heading"> - <a href="ContentNode.src/M000034.html" target="Code" class="method-signature" - onclick="popupCode('ContentNode.src/M000034.html');return false;"> + <a href="ContentNode.src/M000049.html" target="Code" class="method-signature" + onclick="popupCode('ContentNode.src/M000049.html');return false;"> <span class="method-name">raw_vector_with</span><span class="method-args">( word_list )</span> </a> </div> <div class="method-description"> @@ -201,16 +196,16 @@ mapping the vector space. </p> </div> </div> - <div id="method-M000033" class="method-detail"> - <a name="M000033"></a> + <div id="method-M000048" class="method-detail"> + <a name="M000048"></a> <div class="method-heading"> - <a href="ContentNode.src/M000033.html" target="Code" class="method-signature" - onclick="popupCode('ContentNode.src/M000033.html');return false;"> + <a href="ContentNode.src/M000048.html" target="Code" class="method-signature" + onclick="popupCode('ContentNode.src/M000048.html');return false;"> <span class="method-name">search_norm</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -218,15 +213,15 @@ Use this to fetch the appropriate search vector in normalized form. </p> </div> </div> - <div id="method-M000032" class="method-detail"> - <a name="M000032"></a> + <div id="method-M000047" class="method-detail"> + <a name="M000047"></a> <div class="method-heading"> - <a href="ContentNode.src/M000032.html" target="Code" class="method-signature" - onclick="popupCode('ContentNode.src/M000032.html');return false;"> + <a href="ContentNode.src/M000047.html" target="Code" class="method-signature" + onclick="popupCode('ContentNode.src/M000047.html');return false;"> <span class="method-name">search_vector</span><span class="method-args">()</span> </a> </div> <div class="method-description"> \ No newline at end of file