Skip to content
/ aoe Public

A Clojure library designed to convert chinese to pinyin.

Notifications You must be signed in to change notification settings

zhaoyao/aoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoe

A Clojure library designed to convert chinese to pinyin.

Usage

(use 'aoe.core)

(pinyin \赵) ; => ({:pinyin "zhao", :tone 4})
(pinyin "赵耀") ; => (({:pinyin "zhao", :tone 4}) ({:pinyin "yao", :tone 4} {:pinyin "yue", :tone 4}))

License

Copyright © 2013 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

About

A Clojure library designed to convert chinese to pinyin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published