Enum CharType
Internal SmartChineseAnalyzer character 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 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 |