跳过导航链接
A C G I M N P T W 

A

add(PinyinDict) - 类 中的静态方法com.github.promeg.pinyinhelper.Pinyin
向Pinyin中追加词典。

C

CnCityDict - com.github.promeg.tinypinyin.lexicons.java.cncity中的类
Created by guyacong on 2016/12/23.
com.github.promeg.pinyinhelper - 程序包 com.github.promeg.pinyinhelper
 
com.github.promeg.tinypinyin.lexicons.java.cncity - 程序包 com.github.promeg.tinypinyin.lexicons.java.cncity
 

G

getInstance() - 类 中的静态方法com.github.promeg.tinypinyin.lexicons.java.cncity.CnCityDict
 

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为该词所对应的拼音
mapping() - 类 中的方法com.github.promeg.tinypinyin.lexicons.java.cncity.CnCityDict
 

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 G I M N P T W 
跳过导航链接

Copyright © 2019. All rights reserved.