Enum WordType
Internal SmartChineseAnalyzer token type constants
Note
This API is experimental and might change in incompatible ways in the next release.
Namespace: Lucene.Net.Analysis.Cn.Smart
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public enum WordType
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 |