This commit is contained in:
@@ -1814,6 +1814,20 @@ def score_marketplace_match(
|
||||
):
|
||||
score += 0.09
|
||||
reasons.append("shared_identity_anchor_recipe_box_line")
|
||||
if (
|
||||
"閃亮珍珠眼影棒" in shared_anchor
|
||||
and {"karadium"} <= (left.brand_tokens | right.brand_tokens)
|
||||
and brand_score >= 0.95
|
||||
and not hard_veto
|
||||
and price_penalty == 0
|
||||
and type_score >= 0.55
|
||||
and spec_score >= 0.55
|
||||
and token_score >= 0.50
|
||||
and sequence_score >= 0.60
|
||||
and not variant_descriptor_conflict
|
||||
):
|
||||
score += 0.12
|
||||
reasons.append("shared_identity_anchor_karadium_eye_stick")
|
||||
if (
|
||||
shared_anchor
|
||||
and len(shared_anchor.replace(" ", "")) >= 5
|
||||
|
||||
Reference in New Issue
Block a user