blob: 6a40621314d51290d81149b9d97f987e3291d3eb [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class SnowballProgram
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class SnowballProgram
| Apache Lucene.NET 4.8.0-beta00010 Documentation ">
<meta name="generator" content="docfx 2.56.0.0">
<link rel="shortcut icon" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/favicon.ico">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="analysis-common/toc.html">
<meta property="docfx:rel" content="https://lucenenet.apache.org/docs/4.8.0-beta00009/">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo" class="svg" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search">
<ul class="level0 breadcrumb">
<li>
<a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">API</a>
<span id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram">
<h1 id="Lucene_Net_Tartarus_Snowball_SnowballProgram" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram" class="text-break">Class SnowballProgram
</h1>
<div class="markdown level0 summary"><p>This is the rev 502 of the Snowball SVN trunk,
but modified:
made abstract and introduced abstract method stem to avoid expensive reflection in filter class.
refactored StringBuffers to StringBuilder
uses char[] as buffer instead of StringBuffer/StringBuilder
eq_s,eq_s_b,insert,replace_s take CharSequence like eq_v and eq_v_b
reflection calls (Lovins, etc) use EMPTY_ARGS/EMPTY_PARAMS</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">SnowballProgram</span></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.ArmenianStemmer.html">ArmenianStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.BasqueStemmer.html">BasqueStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.CatalanStemmer.html">CatalanStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.DanishStemmer.html">DanishStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.DutchStemmer.html">DutchStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.EnglishStemmer.html">EnglishStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.FinnishStemmer.html">FinnishStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.FrenchStemmer.html">FrenchStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.German2Stemmer.html">German2Stemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.GermanStemmer.html">GermanStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.HungarianStemmer.html">HungarianStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.IrishStemmer.html">IrishStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.ItalianStemmer.html">ItalianStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.KpStemmer.html">KpStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.LovinsStemmer.html">LovinsStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.NorwegianStemmer.html">NorwegianStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.PorterStemmer.html">PorterStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.PortugueseStemmer.html">PortugueseStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.RomanianStemmer.html">RomanianStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.RussianStemmer.html">RussianStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.SpanishStemmer.html">SpanishStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.SwedishStemmer.html">SwedishStemmer</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Tartarus.Snowball.Ext.TurkishStemmer.html">TurkishStemmer</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.Tartarus.Snowball.html">Lucene.Net.Tartarus.Snowball</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.Analysis.Common.dll</h6>
<h5 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract class SnowballProgram</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram__ctor.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L58">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram__ctor_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.#ctor*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram__ctor" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.#ctor">SnowballProgram()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected SnowballProgram()</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_m_bra.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.m_bra%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L126">View Source</a>
</span>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_m_bra" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.m_bra">m_bra</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected int m_bra</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_m_current.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.m_current%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L121">View Source</a>
</span>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_m_current" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.m_current">m_current</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected char[] m_current</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_m_cursor.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.m_cursor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L123">View Source</a>
</span>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_m_cursor" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.m_cursor">m_cursor</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected int m_cursor</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_m_ket.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.m_ket%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L127">View Source</a>
</span>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_m_ket" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.m_ket">m_ket</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected int m_ket</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_m_limit.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.m_limit%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L124">View Source</a>
</span>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_m_limit" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.m_limit">m_limit</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected int m_limit</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_m_limit_backward.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.m_limit_backward%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L125">View Source</a>
</span>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_m_limit_backward" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.m_limit_backward">m_limit_backward</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected int m_limit_backward</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Current.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Current%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L82">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Current_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Current*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Current" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Current">Current</h4>
<div class="markdown level1 summary"><p>Get the current string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string Current { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBuffer.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.CurrentBuffer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L111">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBuffer_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.CurrentBuffer*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBuffer" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.CurrentBuffer">CurrentBuffer</h4>
<div class="markdown level1 summary"><p>Get the current buffer containing the stem.
<p>
NOTE: this may be a reference to a different character array than the
one originally provided with setCurrent, in the exceptional case that
stemming produced a longer intermediate or result string.
<p>
It is necessary to use <a class="xref" href="Lucene.Net.Tartarus.Snowball.SnowballProgram.html#Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBufferLength">CurrentBufferLength</a> to determine
the valid length of the returned buffer. For example, many words are
stemmed simply by subtracting from the length to remove suffixes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual char[] CurrentBuffer { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<h5 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBuffer_seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Lucene.Net.Tartarus.Snowball.SnowballProgram.html#Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBufferLength">CurrentBufferLength</a></div>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBufferLength.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.CurrentBufferLength%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L118">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBufferLength_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.CurrentBufferLength*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBufferLength" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.CurrentBufferLength">CurrentBufferLength</h4>
<div class="markdown level1 summary"><p>Get the valid length of the character array in <a class="xref" href="Lucene.Net.Tartarus.Snowball.SnowballProgram.html#Lucene_Net_Tartarus_Snowball_SnowballProgram_CurrentBuffer">CurrentBuffer</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int CurrentBufferLength { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_AssignTo_System_Text_StringBuilder_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.AssignTo(System.Text.StringBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L516">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_AssignTo_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.AssignTo*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_AssignTo_System_Text_StringBuilder_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.AssignTo(System.Text.StringBuilder)">AssignTo(StringBuilder)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual StringBuilder AssignTo(StringBuilder s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_CopyFrom_Lucene_Net_Tartarus_Snowball_SnowballProgram_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.CopyFrom(Lucene.Net.Tartarus.Snowball.SnowballProgram)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L129">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CopyFrom_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.CopyFrom*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_CopyFrom_Lucene_Net_Tartarus_Snowball_SnowballProgram_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.CopyFrom(Lucene.Net.Tartarus.Snowball.SnowballProgram)">CopyFrom(SnowballProgram)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void CopyFrom(SnowballProgram other)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Tartarus.Snowball.SnowballProgram.html">SnowballProgram</a></td>
<td><span class="parametername">other</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_S_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_S(System.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L233">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_S_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_S*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_S_System_Int32_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_S(System.Int32,System.String)">Eq_S(Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool Eq_S(int s_size, string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">s_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_S_B_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_S_B(System.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L245">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_S_B_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_S_B*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_S_B_System_Int32_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_S_B(System.Int32,System.String)">Eq_S_B(Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool Eq_S_B(int s_size, string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">s_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_V_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_V(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L257">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_V_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_V*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_V_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_V(System.String)">Eq_V(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool Eq_V(string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_V_B_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_V_B(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L262">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_V_B_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_V_B*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Eq_V_B_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Eq_V_B(System.String)">Eq_V_B(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool Eq_V_B(string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_FindAmong_Lucene_Net_Tartarus_Snowball_Among___System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.FindAmong(Lucene.Net.Tartarus.Snowball.Among%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L267">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_FindAmong_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.FindAmong*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_FindAmong_Lucene_Net_Tartarus_Snowball_Among___System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.FindAmong(Lucene.Net.Tartarus.Snowball.Among[],System.Int32)">FindAmong(Among[], Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual int FindAmong(Among[] v, int v_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Tartarus.Snowball.Among.html">Among</a>[]</td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_FindAmongB_Lucene_Net_Tartarus_Snowball_Among___System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.FindAmongB(Lucene.Net.Tartarus.Snowball.Among%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L354">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_FindAmongB_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.FindAmongB*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_FindAmongB_Lucene_Net_Tartarus_Snowball_Among___System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.FindAmongB(Lucene.Net.Tartarus.Snowball.Among[],System.Int32)">FindAmongB(Among[], Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual int FindAmongB(Among[] v, int v_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Tartarus.Snowball.Among.html">Among</a>[]</td>
<td><span class="parametername">v</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">v_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_InGrouping_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.InGrouping(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L139">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InGrouping_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InGrouping*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InGrouping_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InGrouping(System.Char[],System.Int32,System.Int32)">InGrouping(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool InGrouping(char[] s, int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_InGroupingB_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.InGroupingB(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L150">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InGroupingB_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InGroupingB*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InGroupingB_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InGroupingB(System.Char[],System.Int32,System.Int32)">InGroupingB(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool InGroupingB(char[] s, int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_InRange_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.InRange(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L197">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InRange_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InRange*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InRange_System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InRange(System.Int32,System.Int32)">InRange(Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool InRange(int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_InRangeB_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.InRangeB(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L206">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InRangeB_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InRangeB*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_InRangeB_System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.InRangeB(System.Int32,System.Int32)">InRangeB(Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool InRangeB(int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Insert_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Insert(System.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L497">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Insert_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Insert*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Insert_System_Int32_System_Int32_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Insert(System.Int32,System.Int32,System.String)">Insert(Int32, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void Insert(int c_bra, int c_ket, string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">c_bra</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">c_ket</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_OutGrouping_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.OutGrouping(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L161">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutGrouping_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutGrouping*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutGrouping_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutGrouping(System.Char[],System.Int32,System.Int32)">OutGrouping(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool OutGrouping(char[] s, int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_OutGroupingB_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.OutGroupingB(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L179">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutGroupingB_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutGroupingB*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutGroupingB_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutGroupingB(System.Char[],System.Int32,System.Int32)">OutGroupingB(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool OutGroupingB(char[] s, int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_OutRange_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.OutRange(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L215">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutRange_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutRange*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutRange_System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutRange(System.Int32,System.Int32)">OutRange(Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool OutRange(int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_OutRangeB_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.OutRangeB(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L224">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutRangeB_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutRangeB*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_OutRangeB_System_Int32_System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.OutRangeB(System.Int32,System.Int32)">OutRangeB(Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual bool OutRangeB(int min, int max)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">max</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_ReplaceS_System_Int32_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.ReplaceS(System.Int32%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L440">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_ReplaceS_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.ReplaceS*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_ReplaceS_System_Int32_System_Int32_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.ReplaceS(System.Int32,System.Int32,System.String)">ReplaceS(Int32, Int32, String)</h4>
<div class="markdown level1 summary"><p>to replace chars between <code data-dev-comment-type="paramref" class="paramref">c_bra</code> and <code data-dev-comment-type="paramref" class="paramref">c_ket</code> in current by the
chars in <code data-dev-comment-type="paramref" class="paramref">s</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual int ReplaceS(int c_bra, int c_ket, string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">c_bra</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">c_ket</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_SetCurrent_System_Char___System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.SetCurrent(System.Char%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L89">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SetCurrent_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SetCurrent*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SetCurrent_System_Char___System_Int32_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SetCurrent(System.Char[],System.Int32)">SetCurrent(Char[], Int32)</h4>
<div class="markdown level1 summary"><p>Set the current string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void SetCurrent(char[] text, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">text</span></td>
<td><p>character array containing input</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td><p>valid length of text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_SetCurrent_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.SetCurrent(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L69">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SetCurrent_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SetCurrent*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SetCurrent_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SetCurrent(System.String)">SetCurrent(String)</h4>
<div class="markdown level1 summary"><p>Set the current string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void SetCurrent(string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceCheck.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceCheck%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L470">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceCheck_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceCheck*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceCheck" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceCheck">SliceCheck()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void SliceCheck()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceDel.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceDel%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L492">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceDel_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceDel*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceDel" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceDel">SliceDel()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void SliceDel()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceFrom_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceFrom(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L486">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceFrom_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceFrom*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceFrom_System_String_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceFrom(System.String)">SliceFrom(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void SliceFrom(string s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceTo_System_Text_StringBuilder_.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceTo(System.Text.StringBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L507">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceTo_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceTo*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_SliceTo_System_Text_StringBuilder_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.SliceTo(System.Text.StringBuilder)">SliceTo(StringBuilder)</h4>
<div class="markdown level1 summary"><p>Copy the slice into the supplied <span class="xref">System.Text.StringBuilder</span></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual StringBuilder SliceTo(StringBuilder s)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">s</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram_Stem.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram.Stem%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L64">View Source</a>
</span>
<a id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Stem_" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Stem*"></a>
<h4 id="Lucene_Net_Tartarus_Snowball_SnowballProgram_Stem" data-uid="Lucene.Net.Tartarus.Snowball.SnowballProgram.Stem">Stem()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract bool Stem()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Tartarus_Snowball_SnowballProgram.md&amp;value=---%0Auid%3A%20Lucene.Net.Tartarus.Snowball.SnowballProgram%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/apache/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/SnowballProgram.cs/#L50" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 Licensed to the Apache Software Foundation (ASF)
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.js"></script>
</body>
</html>