Word Frequency Counter
Count word occurrences with rank, count, and percent. Stopword filter, top-N selector, CSV export of the full table.
| # | Word | Count | % |
|---|---|---|---|
| Paste text to see the table. | |||
How to use
- 1 Paste your text on the left.
- 2 Pick how many top results to display.
- 3 Optional: skip common English stopwords like "the" and "a".
- 4 Export the full table as CSV for further analysis.
Why use this tool
- Unicode-aware tokenizer — handles accented letters, digits, and apostrophes.
- Stopword filter on by default so meaningful keywords surface first.
- Percent column shows share of total tokens after filtering.
- CSV export contains the full unfiltered table, not just the visible top-N.
Frequently asked questions
How are words tokenized?
We lowercase the text then match runs of letters, digits, and apostrophes via /[a-zà-ÿ\d']+/giu. So "don't" stays one token; punctuation and emoji split words.
What stopwords are skipped?
A short English list covering articles, prepositions, common pronouns, and auxiliary verbs — same list our Word & Character Counter uses for its top-keywords feature.
Is the percent over filtered or raw tokens?
Over the filtered count when stopwords are skipped, otherwise over total tokens. Either way the column reflects share of words actually being counted.
Related?
Use Word & Character Counter for an overall summary with reading-time, or Filter Lines if you need to grep for occurrences.
Word Frequency Counter is a free developer utility by Zerethon Tools. Count word occurrences with rank, count, and percent. Stopword filter, top-N selector, CSV export of the full table. Runs entirely in the browser — no signup, no upload.
- Category
- Developer
- Pricing
- Free
- Privacy
- Browser-based
- Signup
- Not required
Privacy
Your data never leaves your browser unless explicitly stated. Word Frequency Counter runs entirely client-side — no server upload, no logging, no tracking of your input.
Related tools
JSON Formatter
Format, validate, and minify JSON online. Free, no signup — your data never leaves your browser.
Open toolSQL Formatter
Format SQL queries online — beautify MySQL, PostgreSQL, SQLite, SQL Server, Oracle, and BigQuery.
Open toolUUID Generator
Generate UUIDs online — v1, v4, v7, and Nil. Bulk generation up to 10,000. Free, no signup.
Open toolPassword Generator
Generate strong, cryptographically random passwords. Configurable length and character sets — runs in your browser.
Open toolBuild, share, and grow on Zerethon Social
Free signup. Earn points, collect achievements, and connect with creators worldwide.