A Clojure library designed to convert chinese to pinyin.
(use 'aoe.core)
(pinyin \赵) ; => ({:pinyin "zhao", :tone 4})
(pinyin "赵耀") ; => (({:pinyin "zhao", :tone 4}) ({:pinyin "yao", :tone 4} {:pinyin "yue", :tone 4}))
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |