fix utils not find bug
This commit is contained in:
parent
cf5131d602
commit
a03480fa42
0
lightkg/ede/srl/utils/__init__.py
Normal file
0
lightkg/ede/srl/utils/__init__.py
Normal file
0
lightkg/ere/re/utils/__init__.py
Normal file
0
lightkg/ere/re/utils/__init__.py
Normal file
0
lightkg/erl/ner/utils/__init__.py
Normal file
0
lightkg/erl/ner/utils/__init__.py
Normal file
0
lightkg/krl/utils/__init__.py
Normal file
0
lightkg/krl/utils/__init__.py
Normal file
@ -5,5 +5,4 @@ pytorch_crf==0.7.0
|
|||||||
scikit_learn==0.20.2
|
scikit_learn==0.20.2
|
||||||
revtok
|
revtok
|
||||||
jieba
|
jieba
|
||||||
gensim
|
|
||||||
regex
|
regex
|
||||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open('./requirements.txt', 'r', encoding='utf8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='lightKG',
|
name='lightKG',
|
||||||
version='0.1.0.0',
|
version='0.1.0.1',
|
||||||
description="lightsmile's knowledge graph library",
|
description="lightsmile's knowledge graph library",
|
||||||
author='lightsmile',
|
author='lightsmile',
|
||||||
author_email='iamlightsmile@gmail.com',
|
author_email='iamlightsmile@gmail.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user