Skip to content

Commit

Permalink
train info
Browse files Browse the repository at this point in the history
  • Loading branch information
letiantian committed Feb 7, 2016
1 parent 9381711 commit 256f305
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pinyin2Hanzi

拼音转汉字,可以作为拼音输入法的转换引擎,兼容Python 2、Python 3
拼音转汉字,可以作为拼音输入法的转换引擎,兼容Python 2、Python 3

## 安装
Python 2:
Expand Down Expand Up @@ -115,6 +115,9 @@ print(is_pinyin('lve'))
# 输出:True
```

## 训练
原始数据和训练代码在`train`目录下。

## License
MIT

Expand Down

0 comments on commit 256f305

Please sign in to comment.