WorkspaceTF-IDF
Analysis tools

FREE TEXT ANALYSIS TOOL · EN / UKR / RU / ES

TF-IDF Calculator

Calculate inverse-document-frequency weights across 2–10 documents. Use one shared corpus to reduce the influence of common terms and inspect what distinguishes each source.

Text-only corpora stay in-browser; a corpus containing a URL uses the stateless API for all sources.
01

Source corpus

2 of 10 documents
01

Document A

02

Document B

Shared “analysis” language gets less weight than terms unique to editing, search, or product feedback.

HOW TF-IDF WORKS

Term frequency and rarity are combined into one score

TF-IDF combines within-document term frequency with inverse-document frequency across the selected corpus. Terms that appear throughout the corpus receive less weight; terms concentrated in fewer documents receive more.

TFterm frequency ÷ analyzed words
IDFlog((N + 1) ÷ (df + 1)) + 1

COMPARATIVE VIEW

Inspect every document with one shared weighting model

Corpus setup

Add 2–10 text or public URL sources and apply one synchronized preprocessing configuration.

Top terms

Limit rows to a deterministic top slice to focus on the strongest terms.

Global IDF table

Review which terms carry more discriminative power across the selected corpus.

Export

Download every document vector and the shared metadata for reproducible modeling.