Skip to content

Commit

Permalink
Update docs, release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Jan 19, 2018
1 parent d9047cf commit 419be22
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Chinese Synonyms for Natural Language Processing and Understanding.
```
pip install -U synonyms
```
兼容py2和py3,当前稳定版本 v2.0
兼容py2和py3,当前稳定版本 v2.1

![](./assets/3.gif)

Expand Down Expand Up @@ -105,6 +105,9 @@ $ pip install -r Requirements.txt
$ python demo.py
```

## Voice of Users
![](assets/4.png)

## Data
```
synonyms/data/words.nearby.x.pklz # compressed pickle object
Expand Down Expand Up @@ -142,6 +145,11 @@ meminfo 8GB


## Live Sharing

[52nlp.cn](http://www.52nlp.cn/synonyms-%E4%B8%AD%E6%96%87%E8%BF%91%E4%B9%89%E8%AF%8D%E5%B7%A5%E5%85%B7%E5%8C%85)

[机器之心](https://www.jiqizhixin.com/articles/2018-01-14-3)

[线上分享: Synonyms 中文近义词工具包 @ 2018-02-07](https://github.com/huyingxi/Synonyms/issues/21)

## Statement
Expand Down
2 changes: 1 addition & 1 deletion Requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
synonyms>=1.6
synonyms>=2.0
Binary file added assets/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='synonyms',
version='2.0',
version='2.1',
description='Chinese Synonyms for Natural Language Processing and Understanding',
long_description=LONGDOC,
author='Hai Liang Wang, Hu Ying Xi',
Expand All @@ -40,6 +40,7 @@
packages=find_packages(),
install_requires=[
'jieba>=0.39',
'six>=1.11.0',
'numpy>=1.13.1'
],
package_data={
Expand Down

0 comments on commit 419be22

Please sign in to comment.