Word Frequency Counter
Count occurrences of each unique word in a document. Shows a sorted frequency table with counts, percentages, and an optional stop-words filter.
Unique Words
18
Live metricTop Frequency
fast (4)
Live metricInput Document
Frequency Matrix
| Rank | Term | Count | Density % |
|---|---|---|---|
| 1 | fast | 4 | 13.33% |
| 2 | the | 4 | 13.33% |
| 3 | and | 2 | 6.67% |
| 4 | dog | 2 | 6.67% |
| 5 | fox | 2 | 6.67% |
| 6 | is | 2 | 6.67% |
| 7 | lazy | 2 | 6.67% |
| 8 | tools | 2 | 6.67% |
| 9 | brown | 1 | 3.33% |
| 10 | developers | 1 | 3.33% |
| 11 | for | 1 | 3.33% |
| 12 | jumps | 1 | 3.33% |
| 13 | over | 1 | 3.33% |
| 14 | private | 1 | 3.33% |
| 15 | provides | 1 | 3.33% |
| 16 | quick | 1 | 3.33% |
| 17 | reliable | 1 | 3.33% |
| 18 | swizztool | 1 | 3.33% |
How to Use
01.Enter text into the input box.
02.Review the ranked table of word occurrences and percentage densities.
03.Toggle the stop-words filter to exclude common grammatical terms.
Frequently asked questions
Stop words are frequent grammatical terms such as 'the', 'and', and 'is'. Filtering them isolates topic-specific words.
Related utilities
text
Word Counter
Count words, characters, sentences, paragraphs, and reading time.
text
Character Counter
Count characters, letters, digits, whitespace, and byte size.
text
Case Converter
Convert text to uppercase, lowercase, title case, camelCase, snake_case, and kebab-case.
text
Remove Extra Spaces
Strip duplicate spaces, tabs, empty lines, and trailing whitespace.