|
@@ -1659,7 +1659,7 @@ class TendereeRuleRecall():
|
|
|
self.get_tenderee = True
|
|
|
else:
|
|
|
if re.search('医院|学校|大学|中学|小学|幼儿园|政府|部|委员会|署|行|局|厅|处|室|科|股|站', ent.entity_text
|
|
|
- ) or not re.search('(采购|招标|投标|交易|代理|拍卖|咨询|顾问|管理)', ent.entity_text) or re.search("自行.?采购",list_sentences[0][ent.sentence_index]):
|
|
|
+ ) or not re.search('(采购|招标|投标|交易|代理|拍卖|咨询|顾问|管理)', ent.entity_text) or re.search("自行.?采购",list_sentences[0][ent.sentence_index].sentence_text):
|
|
|
ent.label = 0
|
|
|
ent.values[0] = 0.5 + ent.values[0] / 10
|
|
|
self.get_tenderee = True
|