瀏覽代碼

字典路径

luojiehua 3 年之前
父節點
當前提交
1188026202
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iepy/selfpreprocess/BiddingKG/dl/entityLink/entityLink.py

+ 1 - 1
iepy/selfpreprocess/BiddingKG/dl/entityLink/entityLink.py

@@ -58,7 +58,7 @@ def link_entitys(list_entitys,on_value=0.8):
                     if re.search("公司$",_ent.entity_text) is not None:
                         if len(_ent.entity_text)>len(_entity.entity_text):
                             _entity.entity_text = _ent.entity_text
-
+ 
 DICT_ENTERPRISE = {}
 DICT_ENTERPRISE_DONE = False
 def getDict_enterprise():