Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rockingdingo committed Oct 28, 2016
1 parent bcb327c commit 040f7d1
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
About 'deepnlp' package
About 'deepnlp'
========
Deep Learning NLP Pipeline implemented on Tensorflow purely by python.
Following the 'simplicity' rule, this project aims to provide an easy python version implementation of NLP pipeline based on Tensorflow platform.
Expand Down Expand Up @@ -50,20 +50,29 @@ Installation
pip install deepnlp
```

* Download source: https://pypi.python.org/pypi/deepnlp/0.1.1
* Download source: https://pypi.python.org/pypi/deepnlp/0.1.2
```python
# linux, run the script:
tar zxvf deepnlp-0.1.1.tar.gz
cd deepnlp-0.1.1
tar zxvf deepnlp-0.1.2.tar.gz
cd deepnlp-0.1.2
python setup.py install
```

* Running Test scripts
```python
# linux, run the script:
cd test
python test_segmenter.py
python test_pipeline.py
# Check if output is correct
```

Tutorial
========
Set Coding
设置编码
```python
#encoding=utf-8
#coding=utf-8
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
Expand Down

0 comments on commit 040f7d1

Please sign in to comment.