Class IndicNormalizationFilter
A TokenFilter that applies IndicNormalizer to normalize text in Indian Languages.
Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lucene.Net.Analysis.In
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class IndicNormalizationFilter : TokenFilter, IDisposable
  Constructors
| Improve this Doc View SourceIndicNormalizationFilter(TokenStream)
Declaration
public IndicNormalizationFilter(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
      System.IDisposable