Files
Scrapling/tests
Karim shoair 9c0c857245 fix(parser): use max of both attribute counts in similarity scoring denominator
Candidates with fewer attributes than the original got inflated scores because the denominator counted candidate attributes only, while the extra-attributes penalty direction worked as intended. Using `max()` on both counts fixes the inflation while keeping the penalty.

Closes #322
2026-06-07 15:51:10 +03:00
..
2026-05-30 11:37:22 +01:00
2026-03-30 03:53:56 +02:00
2026-05-11 04:37:18 +03:00