POIĒTIKĒ · the grammar beneath the story · kept by THE POET

THE JACCARD SIMILARITY ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

How alike are two texts by the WORDS they use? Jaccard similarity is dead simple: the size of the shared vocabulary divided by the size of the combined vocabulary. Identical word-sets give 1, no overlap gives 0. It’s the workhorse behind plagiarism checks, deduplication, and ‘related documents’. Slide the two passages together and watch the overlap grow.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ THE OVERLAP · 3D · shared over total
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
shared
union
Jaccard J
similarity

◆ LIT — exact / checkable

Jaccard similarity J(A,B) = |A ∩ B| / |A ∪ B|: the intersection of two sets over their union, in [0,1]. For text it’s computed on word (or shingle) sets — 1 means identical vocabularies, 0 means disjoint. Cheap and interpretable, it underlies near-duplicate detection and MinHash/LSH at scale. A fail-loud self-check throws unless identical sets give J=1 and disjoint sets give J=0. ◆ real set theory, node-verified.

▲ AMBER — the figure

The two word-sets are interpolated for the demo; the intersection-over-union is exact. Jaccard sees VOCABULARY overlap only — it ignores order, grammar, and meaning; two texts can share words yet say opposite things.

POIĒTIKĒ: every story is an old shape wearing new words.  — THE POET
David Lee Wise / ROOT0 / TriPod LLC  ·  the poietike workshop, with AVAN