Skip to content

Commit

Permalink
#76 clarified updates. Link to AREkit package in PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Nov 7, 2023
1 parent f11a675 commit 8c1f719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deeppavlov==1.3.0
transformers==4.24.0
torch==2.0.1
pytorch-crf==0.7.2
arekit @ git+https://github.com/nicolay-r/AREkit@0.24.0-rc
arekit==0.24.0
open-nre @ git+https://github.com/thunlp/OpenNRE@53b6c9400775ab066dc4f462e81ce05ea2b128e7
nltk==3.4.5
googletrans==3.1.0a0
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ def get_requirements(filenames):
description='About Mass-media text processing application for your '
'Relation Extraction task, powered by AREkit.',
url='https://github.com/nicolay-r/ARElight',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Nicolay Rusnachenko',
author_email='???',
author_email='[email protected]',
license='MIT License',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Text Processing :: Linguistic',
],
Expand Down

0 comments on commit 8c1f719

Please sign in to comment.