Enum WordType
Internal SmartChineseAnalyzer token type constants
@lucene.experimental
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public enum WordType : int
Fields
Name | Description |
---|---|
CHINESE_WORD | Chinese Word |
DELIMITER | Punctuation Symbol |
FULLWIDTH_NUMBER | Full-Width Alphanumeric |
FULLWIDTH_STRING | Full-Width String |
NUMBER | ASCII Alphanumeric |
SENTENCE_BEGIN | Start of a Sentence |
SENTENCE_END | End of a Sentence |
STRING | ASCII String |