|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.analysis.cn.smart.WordType
public class WordType
Internal SmartChineseAnalyzer token type constants
Field Summary | |
---|---|
static int |
CHINESE_WORD
Chinese Word |
static int |
DELIMITER
Punctuation Symbol |
static int |
FULLWIDTH_NUMBER
Full-Width Alphanumeric |
static int |
FULLWIDTH_STRING
Full-Width String |
static int |
NUMBER
ASCII Alphanumeric |
static int |
SENTENCE_BEGIN
Start of a Sentence |
static int |
SENTENCE_END
End of a Sentence |
static int |
STRING
ASCII String |
Constructor Summary | |
---|---|
WordType()
|
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 SENTENCE_BEGIN
public static final int SENTENCE_END
public static final int CHINESE_WORD
public static final int STRING
public static final int NUMBER
public static final int DELIMITER
public static final int FULLWIDTH_STRING
public static final int FULLWIDTH_NUMBER
Constructor Detail |
---|
public WordType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |