luojiehua 3 lat temu
rodzic
commit
1188026202

+ 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():