|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.hankcs.hanlp.dictionary.other.CharType
public class CharType
字符类型
| 字段摘要 | |
|---|---|
static byte |
CT_CHINESE
中文字符 |
static byte |
CT_DELIMITER
分隔符"! |
static byte |
CT_INDEX
序号 |
static byte |
CT_LETTER
字母 |
static byte |
CT_NUM
数字 |
static byte |
CT_OTHER
其他 |
static byte |
CT_SINGLE
单字节 |
| 构造方法摘要 | |
|---|---|
CharType()
|
|
| 方法摘要 | |
|---|---|
static byte |
get(char c)
获取字符的类型 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final byte CT_SINGLE
public static final byte CT_DELIMITER
public static final byte CT_CHINESE
public static final byte CT_LETTER
public static final byte CT_NUM
public static final byte CT_INDEX
public static final byte CT_OTHER
| 构造方法详细信息 |
|---|
public CharType()
| 方法详细信息 |
|---|
public static byte get(char c)
c -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||