Skip to content

Commit

Permalink
rename README file.
Browse files Browse the repository at this point in the history
modified content.
  • Loading branch information
lxyu committed Aug 29, 2012
1 parent b588c86 commit dcabd60
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md

This file was deleted.

17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pinyin Translator
=================

Translate chinese chars to pinyin based on Mandarin.dat

Usage
-----

Input unicode string

::

>>> import pinyin
>>> pinyin.get_pinyin(u'你好')
'nihao'
>>> pinyin.get_initial(u'你好')
'n h'

0 comments on commit dcabd60

Please sign in to comment.