Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xuchunyang/pinyin

汉字转拼音 (Racket)
https://github.com/xuchunyang/pinyin

Last synced: about 1 month ago
JSON representation

汉字转拼音 (Racket)

Awesome Lists containing this project

README

        

# pinyin - 汉字转拼音 [![Build Status](https://travis-ci.org/xuchunyang/pinyin.svg?branch=master)](https://travis-ci.org/xuchunyang/pinyin) [![raco pkg install pinyin](https://img.shields.io/badge/raco_pkg_install-pinyin-aa00ff.svg)](https://pkgs.racket-lang.org/package/pinyin)

``` racket
(pinyin #\中)
;; => '("zhōng" "zhòng")
```

更多参考 [文档](http://docs.racket-lang.org/pinyin/index.html)