1 Star 0 Fork 27

luo / pinyin

forked from 独孤影 / pinyin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

pinyin


travis

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

maven build

mvn package

maven

<dependency>
    <groupId>net.duguying.pinyin</groupId>
    <artifactId>pinyin</artifactId>
    <version>0.0.1</version>
</dependency>

usage

Pinyin py = new Pinyin();
py.translate("汉");
py.translate("わたしわ阿飞, and my English name is Rex Lee. 网名是独孤影! ^_^。下面是一段多音分词歧义测试,这个人无伤无臭味。");

License

MIT License

Empty file

About

汉字翻译为拼音,支持多音字,支持标点模式,无标点模式,首字母模式,干翻pinyin4j expand collapse
Java
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/luocheng/pinyin.git
git@gitee.com:luocheng/pinyin.git
luocheng
pinyin
pinyin
master

Search