Skip to content

汉字转换为拼音,支持多音字,首字母模式,支持标点模式,无标点模式,

License

Notifications You must be signed in to change notification settings

GuoGuang/pinyinUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinyin


pinyin is java library which could translate Chinese character into Chinese PinYin.

maven build


## usage

```java
Pinyin py = new Pinyin();
py.translate("汉");
py.translate("わたしわ数据, and my English name is Tom. ^_^。下面是一段多音分词歧义测试,冬天:能穿多少穿多少;夏天:能穿多少穿多少。");

License

MIT License

About

汉字转换为拼音,支持多音字,首字母模式,支持标点模式,无标点模式,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages