Skip to content
littlekit.app
All tools

Word frequency

Count repeated words, inspect the most frequent tokens, and download the complete word-count table as CSV.

Processed on your device

How it works & useful details

How to use this tool

Paste your text to see the most frequent words. Set a minimum token length and optionally combine letter case. The table previews the first 200 rows; the CSV contains every result.

How the result is calculated

Words are runs of Unicode letters or numbers, with combining marks and internal straight or curly apostrophes. Hyphens split words. Text is NFC-normalized for counting; Chinese and Japanese runs are not dictionary-segmented.

Words are sorted by descending count, with ties in Unicode UTF-16 lexical order. The minimum length counts Unicode code points after case conversion. Case combining uses default Unicode lowercasing. Stop words such as β€œthe” are included; this is not stemming or language-aware keyword analysis.

Up to 500,000 UTF-16 code units per input. Text stays on your device.