FREE TEXT SIMILARITY · EN / UKR / RU

Text Similarity Calculator

Compare two documents with cosine similarity on top of either raw term weights (BoW) or TF-IDF weights. Use top contribution terms to audit why each score came out as it did.

Pasted text is analyzed locally in this browser.
01

First source

0 characters
02

Second source

0 characters

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 similaritysum(a×b) ÷ (||a|| × ||b||)
Term contributionai × bi

DIAGNOSTIC 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.