Skip to content

Commit

Permalink
publish new release and copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Liang Wang committed Sep 11, 2020
1 parent 359fe63 commit 9fdcb13
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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__ = "Hai Liang Wang"
__date__ = "2017-09-28:22:23:34"

Expand Down
4 changes: 3 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

# constants
baseDir=$(cd `dirname "$0"`;pwd)
export PYTHONUNBUFFERED=1
export PATH=/opt/miniconda3/envs/venv-py3/bin:$PATH

# functions

# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/..
source ~/venv-py3/bin/activate
python setup.py sdist upload -r pypi
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions synonyms/synonyms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion synonyms/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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__ = "Hai Liang Wang"
__date__ = "2017-10-16:14:13:24"

Expand Down
2 changes: 1 addition & 1 deletion synonyms/word2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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__ = "Hai Liang Wang"
__date__ = "2017-10-16:14:13:24"

Expand Down

0 comments on commit 9fdcb13

Please sign in to comment.