类 HanziToPinyinUtils.Token
java.lang.Object
javabase.lorenwang.tools.common.HanziToPinyinUtils.Token
- 封闭类:
- HanziToPinyinUtils
public static class HanziToPinyinUtils.Token extends Object
-
字段概要
-
构造器概要
-
方法概要
-
字段详细资料
-
SEPARATOR
Separator between target string for each source char- 另请参阅:
- 常量字段值
-
LATIN
public static final int LATIN- 另请参阅:
- 常量字段值
-
PINYIN
public static final int PINYIN- 另请参阅:
- 常量字段值
-
UNKNOWN
public static final int UNKNOWN- 另请参阅:
- 常量字段值
-
type
public int typeType of this token, ASCII, PINYIN or UNKNOWN. -
source
Original string before translation. -
target
Translated string of source. For Han, target is corresponding Pinyin. Otherwise target is original string in source.
-
-
构造器详细资料
-
Token
public Token() -
Token
-