public interface ILexicon
| Modifier and Type | Field and Description |
|---|---|
static int |
CJK_CHAR
CJK single word
|
static int |
CJK_UNIT
Chinese single units
|
static int |
CJK_WORD
Chinese, JPanese, Korean words
|
static int |
CN_DNAME_1
first word of Chinese double name
|
static int |
CN_DNAME_2
second word of Chinese double name
|
static int |
CN_LNAME
Chinese last name
|
static int |
CN_LNAME_ADORN
the adorn(修饰) char before the last name
like word "老陈", "小陈"
|
static int |
CN_SNAME
Chinese single name
|
static int |
DOMAIN_SUFFIX
domain name suffix dictionary for the URL recognition
|
static int |
MIX_ASSIST_WORD
special lexicon for Chinese-English[-Chinese] mixed word recognition
For the optimization implementation of the mixed word recognition
|
static int |
STOP_WORD
stop words
|
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_UNIT
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 STOP_WORD
static final int MIX_ASSIST_WORD
static final int DOMAIN_SUFFIX
static final int CJK_CHAR
static final int UNMATCH_CJK_WORD
Copyright © 2017. All Rights Reserved.