stanleylsx / entity_extractor_by_ner

基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。
390 stars 73 forks source link

库的导入 #74

Closed Object251 closed 1 week ago

Object251 commented 2 months ago

from tensorflow_addons.text.crf import crf_decode 这个导入的时候报错,是因为什么呢,而且文件夹里也没有这个文件