Enum CharType
Internal SmartChineseAnalyzer character type constants.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Namespace: Lucene.Net.Analysis.Cn.Smart
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public enum CharType
Fields
| Name | Description |
|---|---|
| DELIMITER | Punctuation Characters |
| DIGIT | Numeric Digits |
| FULLWIDTH_DIGIT | Full-Width alphanumeric characters |
| FULLWIDTH_LETTER | Full-Width letters |
| HANZI | Han Ideographs |
| LETTER | Letters |
| OTHER | Other (not fitting any of the other categories) |
| SPACE_LIKE | Characters that act as a space |