Class SegToken
SmartChineseAnalyzer internal token
@lucene.experimental
Inheritance
System.Object
SegToken
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public class SegToken : object
Constructors
Name | Description |
---|---|
SegToken(Char[], Int32, Int32, WordType, Int32) | Create a new SegToken from a character array. |
Properties
Name | Description |
---|---|
CharArray | Character array containing token text |
EndOffset | end offset into original sentence |
Index | during segmentation, this is used to store the index of the token in the token list table |
StartOffset | start offset into original sentence |
Weight | word frequency |
WordType | WordType of the text |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() |