Class ICUNormalizer2CharFilter
Normalize token text with ICU's
Inherited Members
Namespace: Lucene.Net.Analysis.Icu
Assembly: Lucene.Net.ICU.dll
Syntax
public sealed class ICUNormalizer2CharFilter : BaseCharFilter
Constructors
| Improve this Doc View SourceICUNormalizer2CharFilter(TextReader)
Create a new ICUNormalizer2CharFilter that combines NFKC normalization, Case Folding, and removes Default Ignorables (NFKC_Casefold).
Declaration
public ICUNormalizer2CharFilter(TextReader input)
Parameters
| Type | Name | Description |
|---|---|---|
| TextReader | input |
ICUNormalizer2CharFilter(TextReader, Normalizer2)
Create a new ICUNormalizer2CharFilter with the specified
Declaration
public ICUNormalizer2CharFilter(TextReader input, Normalizer2 normalizer)
Parameters
| Type | Name | Description |
|---|---|---|
| TextReader | input | Input text. |
| Normalizer2 | normalizer | Normalizer to use. |
Methods
| Improve this Doc View SourceRead(Char[], Int32, Int32)
Declaration
public override int Read(char[] cbuf, int off, int len)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Char[] | cbuf | |
| System.Int32 | off | |
| System.Int32 | len |
Returns
| Type | Description |
|---|---|
| System.Int32 |