Word Frequency Analyzer

Paste or type text and every word's count updates as you go, ranked most to least common.

How it works

Words are matched case-insensitively — "The" and "the" count as the same word — and a word is any run of letters, digits and apostrophes, so don't stays one word and the period in cat. is dropped rather than merged in. Results are ranked by count, most common first; words with the same count keep the order they first appeared in.