public interface ILexicon
| Modifier and Type | Field and Description |
|---|---|
static int |
CE_MIXED_WORD |
static int |
CJK_UNITS
chinese single units
|
static int |
CJK_WORD
China,JPanese,Korean words
|
static int |
CN_DNAME_1
fisrt word of chinese double name
|
static int |
CN_DNAME_2
sencond word of chinese double name
|
static int |
CN_LNAME
chinese last name
|
static int |
CN_LNAME_ADORN
the adorn(修饰) char before the last name
|
static int |
CN_SNAME
chinese single name
|
static int |
EC_MIXED_WORD
chinese and english mix word like B超,SIM卡.
|
static int |
EN_PUN_WORD |
static int |
EN_WORD |
static int |
STOP_WORD |
static int |
T_LEN |
static int |
UNMATCH_CJK_WORD
unmatched word
|
static final int T_LEN
static final int CJK_WORD
static final int CJK_UNITS
static final int EC_MIXED_WORD
static final int CN_LNAME
static final int CN_SNAME
static final int CN_DNAME_1
static final int CN_DNAME_2
static final int CN_LNAME_ADORN
static final int EN_PUN_WORD
static final int STOP_WORD
static final int CE_MIXED_WORD
static final int EN_WORD
static final int UNMATCH_CJK_WORD
Copyright © 2016. All Rights Reserved.