Class ThaiTokenizer
Tokenizer that use
Inheritance
System.Object
ThaiTokenizer
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Th
Assembly: Lucene.Net.ICU.dll
Syntax
public class ThaiTokenizer : SegmentingTokenizerBase, IDisposable
Constructors
| Improve this Doc View SourceThaiTokenizer(AttributeSource.AttributeFactory, TextReader)
Creates a new ThaiTokenizer, supplying the AttributeSource.AttributeFactory
Declaration
public ThaiTokenizer(AttributeSource.AttributeFactory factory, TextReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| AttributeSource.AttributeFactory | factory | |
| TextReader | reader |
ThaiTokenizer(TextReader)
Creates a new ThaiTokenizer
Declaration
public ThaiTokenizer(TextReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| TextReader | reader |
Methods
| Improve this Doc View SourceIncrementWord()
Declaration
protected override bool IncrementWord()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceSetNextSentence(Int32, Int32)
Declaration
protected override void SetNextSentence(int sentenceStart, int sentenceEnd)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | sentenceStart | |
| System.Int32 | sentenceEnd |
Overrides
Implements
IDisposable