您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
C
I
M
N
P
T
W
A
add(PinyinDict)
- 类 中的静态方法com.github.promeg.pinyinhelper.
Pinyin
向Pinyin中追加词典。
C
com.github.promeg.pinyinhelper
- 程序包 com.github.promeg.pinyinhelper
I
init(Pinyin.Config)
- 类 中的静态方法com.github.promeg.pinyinhelper.
Pinyin
使用
Pinyin.Config
初始化Pinyin。
isChinese(char)
- 类 中的静态方法com.github.promeg.pinyinhelper.
Pinyin
判断输入字符是否为汉字
M
mapping()
- 类 中的方法com.github.promeg.pinyinhelper.
PinyinMapDict
Key为字典的词,Value为该词所对应的拼音
N
newConfig()
- 类 中的静态方法com.github.promeg.pinyinhelper.
Pinyin
返回新的
Pinyin.Config
对象
P
Pinyin
-
com.github.promeg.pinyinhelper
中的类
Created by guyacong on 2015/9/28.
Pinyin.Config
-
com.github.promeg.pinyinhelper
中的类
PinyinDict
-
com.github.promeg.pinyinhelper
中的接口
字典接口,字典应保证对
PinyinDict.words()
中的所有词,
PinyinDict.toPinyin(String)
均返回非null的结果 Created by guyacong on 2016/12/23.
PinyinMapDict
-
com.github.promeg.pinyinhelper
中的类
基于
Map
的字典实现,利于添加自定义字典 Created by guyacong on 2016/12/23.
PinyinMapDict()
- 类 的构造器com.github.promeg.pinyinhelper.
PinyinMapDict
T
toPinyin(String, String)
- 类 中的静态方法com.github.promeg.pinyinhelper.
Pinyin
将输入字符串转为拼音,转换过程中会使用之前设置的用户词典,以字符为单位插入分隔符 例: "hello:中国" 在separator为","时,输出: "h,e,l,l,o,:,ZHONG,GUO,!"
toPinyin(char)
- 类 中的静态方法com.github.promeg.pinyinhelper.
Pinyin
将输入字符转为拼音
toPinyin(String)
- 接口 中的方法com.github.promeg.pinyinhelper.
PinyinDict
将词转换为拼音
toPinyin(String)
- 类 中的方法com.github.promeg.pinyinhelper.
PinyinMapDict
W
with(PinyinDict)
- 类 中的方法com.github.promeg.pinyinhelper.
Pinyin.Config
添加字典
words()
- 接口 中的方法com.github.promeg.pinyinhelper.
PinyinDict
字典所包含的所有词
words()
- 类 中的方法com.github.promeg.pinyinhelper.
PinyinMapDict
A
C
I
M
N
P
T
W
跳过导航链接
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类