Word Frequency
Count how often each word appears, case-insensitively, and list them from most to least frequent. Words are lowercased letter/apostrophe runs, and each line shows the count then the word. Great for finding filler and keywords.
Try it now
Worked example
3 gg
2 network
1 is
1 the
Frequently asked
Is it case-sensitive?
No — 'GG' and 'gg' are counted together.
Does it handle accented and non-English words?
Yes. Any letter counts as a letter, so Müller, naïve and Ελλάδα are each one word rather than being split at the accent.
What about curly apostrophes?
A typographic apostrophe is treated as a plain one, so don’t and don't are the same word instead of don’t being counted as 'don' plus 't'.
How are ties ordered?
Words with the same count keep their first-seen order.