You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ar...@apache.org on 2007/01/08 13:57:03 UTC

svn commit: r494050 [3/12] - in /incubator/lucene.net/site/docs/2.0: ./ Snowball.Net/ Snowball.Net/ndoc_msdn_temp/

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.DutchStemmerMethods.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.DutchStemmerMethods.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.DutchStemmerMethods.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.DutchStemmerMethods.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,92 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>DutchStemmer Methods</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">DutchStemmer Methods</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>The methods of the <b>DutchStemmer</b> class are listed below. For a complete list of <b>DutchStemmer</b> class members, see the <a href="SF.Snowball.Ext.DutchStemmerMembers.html">DutchStemmer Members</a> topic.</p>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.GetCurrent.html">GetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Get the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.SetCurrent.html">SetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Set the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.Ext.DutchStemmer.Stem.html">Stem</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.assign_to.html">assign_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.Ext.DutchStemmer.copy_from_overload_1.html">copy_from</a></td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.copy_from.html">copy_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s.html">eq_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s_b.html">eq_s_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v.html">eq_v</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v_b.html">eq_v_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among.html">find_among</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among_b.html">find_among_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping.html">in_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping_b.html">in_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range.html">in_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range_b.html">in_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.insert_overloads.html">insert</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping.html">out_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping_b.html">out_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range.html">out_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range_b.html">out_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.replace_s.html">replace_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_check.html">slice_check</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_del.html">slice_del</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_from_overloads.html">slice_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_to.html">slice_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.DutchStemmer.html">DutchStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="DutchStemmer class, methods">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.Stem.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.Stem.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.Stem.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.Stem.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>EnglishStemmer.Stem Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer.Stem Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a> Stem();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="Stem method">
+        </param>
+        <param name="Keyword" value="Stem method, EnglishStemmer class">
+        </param>
+        <param name="Keyword" value="EnglishStemmer.Stem method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>EnglishStemmer.copy_from Method (EnglishStemmer)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer.copy_from Method (EnglishStemmer)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">protected internal virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> copy_from(<br />   <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer</a> <i>other</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a> | <a href="SF.Snowball.Ext.EnglishStemmer.copy_from_overloads.html">EnglishStemmer.copy_from Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="copy_from method">
+        </param>
+        <param name="Keyword" value="copy_from method, EnglishStemmer class">
+        </param>
+        <param name="Keyword" value="EnglishStemmer.copy_from method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overloads.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overloads.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overloads.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.copy_from_overloads.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>copy_from Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer.copy_from Method</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <h4 class="dtH4">Overload List</h4>
+      <p> </p>
+      <blockquote class="dtBlock">
+        <a href="SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html">protected internal virtual void copy_from(EnglishStemmer);</a>
+      </blockquote>
+      <p>Inherited from <a href="SF.Snowball.SnowballProgram.html">SnowballProgram</a>.</p>
+      <blockquote class="dtBlock">
+        <a href="SF.Snowball.SnowballProgram.copy_from_overloads.html">protected internal virtual void copy_from(SnowballProgram);</a>
+      </blockquote>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmer.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,55 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>EnglishStemmer Class</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer Class</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p> Generated class implementing code defined by a snowball script.</p>
+      <p>For a list of all members of this type, see <a href="SF.Snowball.Ext.EnglishStemmerMembers.html">EnglishStemmer Members</a>.</p>
+      <p>
+        <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">System.Object</a>
+        <br />   <a href="SF.Snowball.SnowballProgram.html">SF.Snowball.SnowballProgram</a><br />      <b>SF.Snowball.Ext.EnglishStemmer</b></p>
+      <div class="syntax">
+        <div>public class EnglishStemmer<b> : <a href="SF.Snowball.SnowballProgram.html">SnowballProgram</a></b></div>
+      </div>
+      <H4 class="dtH4">Thread Safety</H4>
+      <P>Public static (<b>Shared</b> in Visual Basic) members of this type are 
+				safe for multithreaded operations. Instance members are <b>not</b> guaranteed to be 
+				thread-safe.</P>
+      <h4 class="dtH4">Requirements</h4>
+      <p>
+        <b>Namespace: </b>
+        <a href="SF.Snowball.Ext.html">SF.Snowball.Ext</a>
+      </p>
+      <p>
+        <b>Assembly: </b>Snowball.Net (in Snowball.Net.dll)
+					</p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmerMembers.html">EnglishStemmer Members</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="EnglishStemmer class, about EnglishStemmer class">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerConstructor.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerConstructor.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerConstructor.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerConstructor.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,37 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>EnglishStemmer Constructor</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer Constructor </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>Initializes a new instance of the <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer</a> class.</p>
+      <div class="syntax">public EnglishStemmer();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="EnglishStemmer class, constructor">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMembers.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMembers.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMembers.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMembers.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,121 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>EnglishStemmer Members</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer Members
+					</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer overview</a>
+      </p>
+      <h4 class="dtH4">Public Instance Constructors</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+          <tr VALIGN="top">
+            <td width="50%">
+              <img src="pubmethod.gif" />
+              <a href="SF.Snowball.Ext.EnglishStemmerConstructor.html">EnglishStemmer Constructor</a>
+            </td>
+            <td width="50%">Initializes a new instance of the <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer</a> class.</td>
+          </tr>
+        </table>
+      </div>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.GetCurrent.html">GetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Get the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.SetCurrent.html">SetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Set the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.Ext.EnglishStemmer.Stem.html">Stem</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Fields</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.bra.html">bra</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.current.html">current</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.cursor.html">cursor</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.ket.html">ket</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.limit.html">limit</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.limit_backward.html">limit_backward</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.assign_to.html">assign_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html">copy_from</a></td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.copy_from.html">copy_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s.html">eq_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s_b.html">eq_s_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v.html">eq_v</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v_b.html">eq_v_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among.html">find_among</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among_b.html">find_among_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping.html">in_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping_b.html">in_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range.html">in_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range_b.html">in_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.insert_overloads.html">insert</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping.html">out_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping_b.html">out_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range.html">out_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range_b.html">out_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.replace_s.html">replace_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_check.html">slice_check</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_del.html">slice_del</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_from_overloads.html">slice_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_to.html">slice_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="EnglishStemmer class">
+        </param>
+        <param name="Keyword" value="SF.Snowball.Ext.EnglishStemmer class">
+        </param>
+        <param name="Keyword" value="EnglishStemmer class, all members">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMethods.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMethods.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMethods.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.EnglishStemmerMethods.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,92 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>EnglishStemmer Methods</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">EnglishStemmer Methods</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>The methods of the <b>EnglishStemmer</b> class are listed below. For a complete list of <b>EnglishStemmer</b> class members, see the <a href="SF.Snowball.Ext.EnglishStemmerMembers.html">EnglishStemmer Members</a> topic.</p>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.GetCurrent.html">GetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Get the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.SetCurrent.html">SetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Set the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.Ext.EnglishStemmer.Stem.html">Stem</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.assign_to.html">assign_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.Ext.EnglishStemmer.copy_from_overload_1.html">copy_from</a></td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.copy_from.html">copy_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s.html">eq_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s_b.html">eq_s_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v.html">eq_v</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v_b.html">eq_v_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among.html">find_among</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among_b.html">find_among_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping.html">in_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping_b.html">in_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range.html">in_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range_b.html">in_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.insert_overloads.html">insert</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping.html">out_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping_b.html">out_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range.html">out_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range_b.html">out_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.replace_s.html">replace_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_check.html">slice_check</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_del.html">slice_del</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_from_overloads.html">slice_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_to.html">slice_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.EnglishStemmer.html">EnglishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="EnglishStemmer class, methods">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.Stem.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.Stem.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.Stem.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.Stem.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FinnishStemmer.Stem Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer.Stem Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a> Stem();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="Stem method">
+        </param>
+        <param name="Keyword" value="Stem method, FinnishStemmer class">
+        </param>
+        <param name="Keyword" value="FinnishStemmer.Stem method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FinnishStemmer.copy_from Method (FinnishStemmer)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer.copy_from Method (FinnishStemmer)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">protected internal virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> copy_from(<br />   <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer</a> <i>other</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a> | <a href="SF.Snowball.Ext.FinnishStemmer.copy_from_overloads.html">FinnishStemmer.copy_from Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="copy_from method">
+        </param>
+        <param name="Keyword" value="copy_from method, FinnishStemmer class">
+        </param>
+        <param name="Keyword" value="FinnishStemmer.copy_from method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overloads.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overloads.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overloads.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.copy_from_overloads.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>copy_from Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer.copy_from Method</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <h4 class="dtH4">Overload List</h4>
+      <p> </p>
+      <blockquote class="dtBlock">
+        <a href="SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html">protected internal virtual void copy_from(FinnishStemmer);</a>
+      </blockquote>
+      <p>Inherited from <a href="SF.Snowball.SnowballProgram.html">SnowballProgram</a>.</p>
+      <blockquote class="dtBlock">
+        <a href="SF.Snowball.SnowballProgram.copy_from_overloads.html">protected internal virtual void copy_from(SnowballProgram);</a>
+      </blockquote>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmer.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,55 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FinnishStemmer Class</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer Class</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p> Generated class implementing code defined by a snowball script.</p>
+      <p>For a list of all members of this type, see <a href="SF.Snowball.Ext.FinnishStemmerMembers.html">FinnishStemmer Members</a>.</p>
+      <p>
+        <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">System.Object</a>
+        <br />   <a href="SF.Snowball.SnowballProgram.html">SF.Snowball.SnowballProgram</a><br />      <b>SF.Snowball.Ext.FinnishStemmer</b></p>
+      <div class="syntax">
+        <div>public class FinnishStemmer<b> : <a href="SF.Snowball.SnowballProgram.html">SnowballProgram</a></b></div>
+      </div>
+      <H4 class="dtH4">Thread Safety</H4>
+      <P>Public static (<b>Shared</b> in Visual Basic) members of this type are 
+				safe for multithreaded operations. Instance members are <b>not</b> guaranteed to be 
+				thread-safe.</P>
+      <h4 class="dtH4">Requirements</h4>
+      <p>
+        <b>Namespace: </b>
+        <a href="SF.Snowball.Ext.html">SF.Snowball.Ext</a>
+      </p>
+      <p>
+        <b>Assembly: </b>Snowball.Net (in Snowball.Net.dll)
+					</p>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmerMembers.html">FinnishStemmer Members</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="FinnishStemmer class, about FinnishStemmer class">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerConstructor.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerConstructor.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerConstructor.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerConstructor.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,37 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FinnishStemmer Constructor</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer Constructor </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>Initializes a new instance of the <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer</a> class.</p>
+      <div class="syntax">public FinnishStemmer();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="FinnishStemmer class, constructor">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMembers.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMembers.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMembers.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMembers.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,121 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FinnishStemmer Members</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer Members
+					</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer overview</a>
+      </p>
+      <h4 class="dtH4">Public Instance Constructors</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+          <tr VALIGN="top">
+            <td width="50%">
+              <img src="pubmethod.gif" />
+              <a href="SF.Snowball.Ext.FinnishStemmerConstructor.html">FinnishStemmer Constructor</a>
+            </td>
+            <td width="50%">Initializes a new instance of the <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer</a> class.</td>
+          </tr>
+        </table>
+      </div>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.GetCurrent.html">GetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Get the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.SetCurrent.html">SetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Set the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.Ext.FinnishStemmer.Stem.html">Stem</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Fields</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.bra.html">bra</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.current.html">current</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.cursor.html">cursor</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.ket.html">ket</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.limit.html">limit</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intfield.gif"></img><a href="SF.Snowball.SnowballProgram.limit_backward.html">limit_backward</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.assign_to.html">assign_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html">copy_from</a></td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.copy_from.html">copy_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s.html">eq_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s_b.html">eq_s_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v.html">eq_v</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v_b.html">eq_v_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among.html">find_among</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among_b.html">find_among_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping.html">in_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping_b.html">in_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range.html">in_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range_b.html">in_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.insert_overloads.html">insert</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping.html">out_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping_b.html">out_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range.html">out_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range_b.html">out_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.replace_s.html">replace_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_check.html">slice_check</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_del.html">slice_del</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_from_overloads.html">slice_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_to.html">slice_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="FinnishStemmer class">
+        </param>
+        <param name="Keyword" value="SF.Snowball.Ext.FinnishStemmer class">
+        </param>
+        <param name="Keyword" value="FinnishStemmer class, all members">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMethods.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMethods.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMethods.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FinnishStemmerMethods.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,92 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FinnishStemmer Methods</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FinnishStemmer Methods</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>The methods of the <b>FinnishStemmer</b> class are listed below. For a complete list of <b>FinnishStemmer</b> class members, see the <a href="SF.Snowball.Ext.FinnishStemmerMembers.html">FinnishStemmer Members</a> topic.</p>
+      <h4 class="dtH4">Public Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.GetCurrent.html">GetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Get the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.SnowballProgram.SetCurrent.html">SetCurrent</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> Set the current string.</td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="SF.Snowball.Ext.FinnishStemmer.Stem.html">Stem</a></td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
+      </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
+        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
+      </td></tr></table>
+      </div>
+      <h4 class="dtH4">Protected Internal Instance Methods</h4>
+      <div class="tablediv">
+        <table class="dtTABLE" cellspacing="0">
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.assign_to.html">assign_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.Ext.FinnishStemmer.copy_from_overload_1.html">copy_from</a></td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.copy_from.html">copy_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s.html">eq_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_s_b.html">eq_s_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v.html">eq_v</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.eq_v_b.html">eq_v_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among.html">find_among</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.find_among_b.html">find_among_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping.html">in_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_grouping_b.html">in_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range.html">in_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.in_range_b.html">in_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.insert_overloads.html">insert</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping.html">out_grouping</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_grouping_b.html">out_grouping_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range.html">out_range</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.out_range_b.html">out_range_b</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.replace_s.html">replace_s</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_check.html">slice_check</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_del.html">slice_del</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_from_overloads.html">slice_from</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%">Overloaded.  </td></tr>
+<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="SF.Snowball.SnowballProgram.slice_to.html">slice_to</a> (inherited from <b>SnowballProgram</b>)</td><td width="50%"> </td></tr></table>
+      </div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FinnishStemmer.html">FinnishStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="FinnishStemmer class, methods">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.Stem.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.Stem.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.Stem.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.Stem.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FrenchStemmer.Stem Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FrenchStemmer.Stem Method </h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">public virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a> Stem();</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FrenchStemmer.html">FrenchStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="Stem method">
+        </param>
+        <param name="Keyword" value="Stem method, FrenchStemmer class">
+        </param>
+        <param name="Keyword" value="FrenchStemmer.Stem method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overload_1.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overload_1.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overload_1.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overload_1.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>FrenchStemmer.copy_from Method (FrenchStemmer)</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FrenchStemmer.copy_from Method (FrenchStemmer)</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <div class="syntax">protected internal virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> copy_from(<br />   <a href="SF.Snowball.Ext.FrenchStemmer.html">FrenchStemmer</a> <i>other</i><br />);</div>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FrenchStemmer.html">FrenchStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a> | <a href="SF.Snowball.Ext.FrenchStemmer.copy_from_overloads.html">FrenchStemmer.copy_from Overload List</a></p>
+      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
+        <param name="Keyword" value="copy_from method">
+        </param>
+        <param name="Keyword" value="copy_from method, FrenchStemmer class">
+        </param>
+        <param name="Keyword" value="FrenchStemmer.copy_from method">
+        </param>
+      </object>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overloads.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overloads.html?view=auto&rev=494050
==============================================================================
--- incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overloads.html (added)
+++ incubator/lucene.net/site/docs/2.0/Snowball.Net/SF.Snowball.Ext.FrenchStemmer.copy_from_overloads.html Mon Jan  8 04:56:56 2007
@@ -0,0 +1,42 @@
+<html dir="LTR">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
+    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
+    <title>copy_from Method</title>
+    <xml>
+    </xml>
+    <link rel="stylesheet" type="text/css" href="MSDN.css" />
+  </head>
+  <body id="bodyID" class="dtBODY">
+    <div id="nsbanner">
+      <div id="bannerrow1">
+        <table class="bannerparthead" cellspacing="0">
+          <tr id="hdr">
+            <td class="runninghead">Snowball.Net 2.0.0 Class Library</td>
+            <td class="product">
+            </td>
+          </tr>
+        </table>
+      </div>
+      <div id="TitleRow">
+        <h1 class="dtH1">FrenchStemmer.copy_from Method</h1>
+      </div>
+    </div>
+    <div id="nstext">
+      <p>
+      </p>
+      <h4 class="dtH4">Overload List</h4>
+      <p> </p>
+      <blockquote class="dtBlock">
+        <a href="SF.Snowball.Ext.FrenchStemmer.copy_from_overload_1.html">protected internal virtual void copy_from(FrenchStemmer);</a>
+      </blockquote>
+      <p>Inherited from <a href="SF.Snowball.SnowballProgram.html">SnowballProgram</a>.</p>
+      <blockquote class="dtBlock">
+        <a href="SF.Snowball.SnowballProgram.copy_from_overloads.html">protected internal virtual void copy_from(SnowballProgram);</a>
+      </blockquote>
+      <h4 class="dtH4">See Also</h4>
+      <p>
+        <a href="SF.Snowball.Ext.FrenchStemmer.html">FrenchStemmer Class</a> | <a href="SF.Snowball.Ext.html">SF.Snowball.Ext Namespace</a></p>
+    </div>
+  </body>
+</html>
\ No newline at end of file