<!-- Markdown version of https://ocxly.com/word-frequency-analyzer.html · auto-generated, may lag the live page -->

# Word Frequency Analyzer

Paste text and see how often each word appears, ranked by frequency with each word's share of the total. Runs entirely in your browser.

### How it works

Your text is split on anything that isn't a letter, digit or apostrophe. Each token is counted, optionally lower-cased so *The* and *the* merge, and optionally filtered against a short list of common English stop words (`the`, `and`, `of`…). A minimum word length lets you drop short fillers. Results are ranked by count with a percentage share, and you can copy the whole table as CSV. Nothing is uploaded.

---
*Source: [ocxly.com/word-frequency-analyzer.html](https://ocxly.com/word-frequency-analyzer.html) — OCXLY, free 100% client-side privacy-first tools. Free word frequency analyzer — count and rank word occurrences with case-folding and stop-word filtering, entirely in your browser.*
