-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hai Liang Wang
committed
Sep 11, 2020
1 parent
359fe63
commit 9fdcb13
Showing
6 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ | |
|
||
setup( | ||
name='synonyms', | ||
version='3.10.2', | ||
description='Chinese Synonyms for Natural Language Processing and Understanding', | ||
version='3.11.0', | ||
description=' 中文近义词:聊天机器人,智能问答工具包;Chinese Synonyms for Natural Language Processing and Understanding', | ||
long_description=LONGDOC, | ||
author='Hai Liang Wang, Hu Ying Xi', | ||
author_email='[email protected]', | ||
url='https://github.com/huyingxi/Synonyms', | ||
url='https://github.com/chatopera/Synonyms', | ||
license="MIT", | ||
classifiers=[ | ||
'Intended Audience :: Developers', | ||
|
@@ -35,7 +35,7 @@ | |
'Topic :: Text Processing', | ||
'Topic :: Text Processing :: Indexing', | ||
'Topic :: Text Processing :: Linguistic'], | ||
keywords='corpus,machine-learning,NLU,NLP,Synonyms,Similarity', | ||
keywords='corpus,machine-learning,NLU,NLP,Synonyms,Similarity,chatbot', | ||
packages=find_packages(), | ||
install_requires=[ | ||
'six>=1.11.0', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
from __future__ import print_function | ||
from __future__ import division | ||
|
||
__copyright__ = "Copyright (c) 2017 . All Rights Reserved" | ||
__copyright__ = "Copyright (c) (2017-2020) Chatopera Inc. All Rights Reserved" | ||
__author__ = "Hu Ying Xi<>, Hai Liang Wang<[email protected]>" | ||
__date__ = "2017-09-27" | ||
__version__ = "3.3.10" | ||
__version__ = "3.11.0" | ||
|
||
import os | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters