MEASUREMENT MODEL
Cosine similarity on explicit feature vectors
The similarity tool scores overlap across term-weight vectors. You can switch between raw term weights and TF-IDF weights to check whether a result is driven by generic language or by truly distinctive terms.
Cosine similarity
sum(a×b) ÷ (||a|| × ||b||)Term contribution
ai × biDIAGNOSTIC VIEW
Inspect top contribution terms instead of relying on one score
Two modes
Use Bag of Words for raw overlap and TF-IDF for rarity-aware overlap.
Contribution table
View per-term overlap weights and absolute contribution to the final score.
Input flexibility
Analyze local text instantly or call the public API for URL inputs.
Export
Download scored terms and top overlap rows for post-processing or QA.