Browse Source

字典路径

luojiehua 3 năm trước cách đây
mục cha
commit
1188026202
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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():