public class ZhConvertCoreDefault extends Object implements ZhConvertCore
| 构造器和说明 |
|---|
ZhConvertCoreDefault() |
public String toSimple(String original, ZhConvertCoreContext context)
ZhConvertCoretoSimple 在接口中 ZhConvertCoreoriginal - 原始字符串context - 上下文public String toTraditional(String original, ZhConvertCoreContext context)
ZhConvertCoretoTraditional 在接口中 ZhConvertCoreoriginal - 原始字符串context - 上下文public List<String> simpleList(String original, ZhConvertCoreContext context)
ZhConvertCoresimpleList 在接口中 ZhConvertCoreoriginal - 原始字符串列表context - 上下文public List<String> traditionalList(String original, ZhConvertCoreContext context)
ZhConvertCoretraditionalList 在接口中 ZhConvertCoreoriginal - 原始字符串列表context - 上下文public boolean isSimple(char c,
ZhConvertCoreContext context)
ZhConvertCoreisSimple 在接口中 ZhConvertCorec - 字符context - 上下文public boolean isSimple(String charOrPhrase, ZhConvertCoreContext context)
ZhConvertCoreisSimple 在接口中 ZhConvertCorecharOrPhrase - 单个字或者词组context - 上下文public boolean containsSimple(String charOrPhrase, ZhConvertCoreContext context)
ZhConvertCorecontainsSimple 在接口中 ZhConvertCorecharOrPhrase - 单个字或者词组context - 上下文public boolean isTraditional(char c,
ZhConvertCoreContext context)
ZhConvertCoreisTraditional 在接口中 ZhConvertCorec - 字符context - 上下文public boolean isTraditional(String charOrPhrase, ZhConvertCoreContext context)
ZhConvertCoreisTraditional 在接口中 ZhConvertCorecharOrPhrase - 单个字或者词组context - 上下文public boolean containsTraditional(String charOrPhrase, ZhConvertCoreContext context)
ZhConvertCorecontainsTraditional 在接口中 ZhConvertCorecharOrPhrase - 字符context - 上下文public boolean isChinese(char c,
ZhConvertCoreContext context)
ZhConvertCoreisChinese 在接口中 ZhConvertCorec - 字符context - 上下文public boolean isChinese(String charOrPhrase, ZhConvertCoreContext context)
ZhConvertCoreisChinese 在接口中 ZhConvertCorecharOrPhrase - 字符或者词组context - 上下文public boolean containsChinese(String charOrPhrase, ZhConvertCoreContext context)
ZhConvertCorecontainsChinese 在接口中 ZhConvertCorecharOrPhrase - 字符或者数组context - 上下文public List<String> toSimple(char c, ZhConvertCoreContext context)
ZhConvertCoretoSimple 在接口中 ZhConvertCorec - 汉字context - 上下文public List<String> toTraditional(char c, ZhConvertCoreContext context)
ZhConvertCoretoTraditional 在接口中 ZhConvertCorec - 汉字context - 上下文Copyright © 2025. All rights reserved.