当前有两种方式参与贡献:
假设你想修改 docs/word_segmentation.md
.
edit
按钮。Propose file change
。假设你想添加一个新的任务 docs/new_task.md
克隆(clone)fork下来的的代码仓库到本地
git clone https://github.com/YOUR_GITHUB_NAME/ChineseNLP.git
cd ChineseNLP
python3 -m http.server
如果你使用的是python 2
cd ChineseNLP
python -m SimpleHTTPServer
docs/new_task.md
.
index.html
中的sidebar
中添加相关链接chinesenlpxyz/ChineseNLP:master
的pull request.