File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# TinyPinyin
22
3- [ ![ Build Status] ( https://travis-ci.org/promeG/TinyPinyin.svg?branch=master )] ( https://travis-ci.org/promeG/TinyPinyin )
4-
53适用于Java和Android的快速、低内存占用的汉字转拼音库。
64
75当前稳定版本:2.0.3
1513
1614## 原理介绍
1715
18- [ 打造最好的Java拼音库TinyPinyin(一):单字符转拼音的极致优化] ( http ://promeg.io/2017/03/18/ tinypinyin-part-1/ )
16+ [ 打造最好的Java拼音库TinyPinyin(一):单字符转拼音的极致优化] ( https ://github.com/promeG/ promeg.github. io/blob/master/_posts/2017-03-19- tinypinyin-part-1.markdown )
1917
20- [ 打造最好的Java拼音库TinyPinyin(二):多音字快速处理方案] ( http ://promeg.io/2017/03/20/ tinypinyin-part-2/ )
18+ [ 打造最好的Java拼音库TinyPinyin(二):多音字快速处理方案] ( https ://github.com/promeG/ promeg.github. io/blob/master/_posts/2017-03-20- tinypinyin-part-2.markdown )
2119
22- [ 打造最好的Java拼音库TinyPinyin(三):API设计和测试实践] ( http ://promeg.io/2017/03/22/ tinypinyin-part-3/ )
20+ [ 打造最好的Java拼音库TinyPinyin(三):API设计和测试实践] ( https ://github.com/promeG/ promeg.github. io/blob/master/_posts/2017-03-22- tinypinyin-part-3.markdown )
2321
2422## 使用
2523
@@ -65,7 +63,10 @@ Pinyin.init(Pinyin.newConfig()
6563```groovy
6664buildscript {
6765 repositories {
68- jcenter()
66+ maven {
67+ url ' https://maven.aliyun.com/repository/public'
68+ }
69+ mavenCentral()
6970 }
7071
7172 dependencies {
You can’t perform that action at this time.
0 commit comments