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