Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

57 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages