Class IndicTokenizer
Simple Tokenizer for text in Indian Languages.
Inheritance
System.Object
IndicTokenizer
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class IndicTokenizer : CharTokenizer, IDisposable
Constructors
|
Improve this Doc
View Source
IndicTokenizer(LuceneVersion, AttributeSource.AttributeFactory, TextReader)
Declaration
public IndicTokenizer(LuceneVersion matchVersion, AttributeSource.AttributeFactory factory, TextReader input)
Parameters
|
Improve this Doc
View Source
IndicTokenizer(LuceneVersion, TextReader)
Declaration
public IndicTokenizer(LuceneVersion matchVersion, TextReader input)
Parameters
Type |
Name |
Description |
LuceneVersion |
matchVersion |
|
TextReader |
input |
|
Methods
|
Improve this Doc
View Source
IsTokenChar(Int32)
Declaration
protected override bool IsTokenChar(int c)
Parameters
Type |
Name |
Description |
System.Int32 |
c |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
IDisposable