fix bug
This commit is contained in:
parent
39faa68764
commit
8ef84c20fa
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name='deepke', # 打包后的包文件名
|
||||
version='0.2.83', #版本号
|
||||
version='0.2.84', #版本号
|
||||
keywords=["pip", "RE","NER","AE"], # 关键字
|
||||
description='DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。', # 说明
|
||||
long_description="client", #详细说明
|
||||
|
|
|
@ -5,8 +5,6 @@ import os
|
|||
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
import nltk
|
||||
from nltk import word_tokenize
|
||||
from pytorch_transformers import (BertConfig, BertForTokenClassification,
|
||||
BertTokenizer)
|
||||
from collections import OrderedDict
|
||||
|
|
Loading…
Reference in New Issue