albertfj114 8075072c24 fix: use true Jaccard similarity in wordOverlap (intersection/union)
Replaces max(|A|,|B|) denominator with |A∪B| = |A|+|B|-intersection,
which is the correct Jaccard formula and avoids inflating similarity
when both name sets have significant unique words.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 16:25:24 -04:00
Description
Data pipeline for NearestMass — scraping, enrichment, and scheduling
803 KiB
Languages
TypeScript 99.2%
JavaScript 0.5%
CSS 0.1%
Shell 0.1%