Text UtilitiesText CheckersFree Tool

Text Similarity Checker

Calculate Jaccard similarity between two texts based on shared unique words — enter both texts separated by a line containing just "---".

How to Use Text Similarity Checker
  1. 1Paste Text A
  2. 2Add a line with just ---
  3. 3Paste Text B and view the Jaccard similarity percentage
Frequently Asked Questions

Paste Text A, then a line containing just "---", then Text B — the tool splits your input on that separator.

The number of unique words shared by both texts, divided by the total number of unique words across both texts combined — a standard set-overlap similarity measure, expressed as a percentage.

No — it treats each text as an unordered set of unique lowercase words, so two texts using the same words in a different order or arrangement would score as identical.

[Text Compare](/tool/text-compare) reports raw word-count differences (added/removed) between the two texts in order, while this tool measures set-based word overlap regardless of order — they use different similarity math and can report different percentages for the same input.

Related Tools

Related Articles

More from Text Utilities