|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.analysis.cn.smart.CharType
public class CharType
Internal SmartChineseAnalyzer character type constants.
| Field Summary | |
|---|---|
static int |
DELIMITER
Punctuation Characters |
static int |
DIGIT
Numeric Digits |
static int |
FULLWIDTH_DIGIT
Full-Width alphanumeric characters |
static int |
FULLWIDTH_LETTER
Full-Width letters |
static int |
HANZI
Han Ideographs |
static int |
LETTER
Letters |
static int |
OTHER
Other (not fitting any of the other categories) |
static int |
SPACE_LIKE
Characters that act as a space |
| Constructor Summary | |
|---|---|
CharType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DELIMITER
public static final int LETTER
public static final int DIGIT
public static final int HANZI
public static final int SPACE_LIKE
public static final int FULLWIDTH_LETTER
public static final int FULLWIDTH_DIGIT
public static final int OTHER
| Constructor Detail |
|---|
public CharType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||