Class SoraniNormalizationFilter
A TokenFilter that applies SoraniNormalizer to normalize the orthography.
Implements
IDisposable
  Inherited Members
Namespace: Lucene.Net.Analysis.Ckb
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class SoraniNormalizationFilter : TokenFilter, IDisposable
  Constructors
| Improve this Doc View SourceSoraniNormalizationFilter(TokenStream)
Declaration
public SoraniNormalizationFilter(TokenStream input)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TokenStream | input | 
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
Implements
      IDisposable