Class HindiNormalizationFilter
A TokenFilter that applies HindiNormalizer to normalize the orthography.
In some cases the normalization may cause unrelated terms to conflate, so to prevent terms from being normalized use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class HindiNormalizationFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
HindiNormalizationFilter(TokenStream) |
Methods
Name | Description |
---|---|
IncrementToken() |