Word & Phrase Frequency Analyzer

Count Unicode words or consecutive multiword phrases, with filtering and CSV export.

Loading Word & Phrase Frequency Analyzer...

How to use

Enter text, select a phrase length, and run the analyzer. Enable stop-word filtering only after supplying the words you want excluded.

Example

Input
Red fish blue fish red fish
Output
fish 3 red 2 blue 1

Limitations

Word boundaries use the browser’s Unicode segmenter. Stop-word filtering happens before phrases are formed and can join words that were not originally adjacent.

Frequently Asked Questions

What is a phrase length?

One counts individual words; two counts consecutive two-word phrases (bigrams), up to five-word phrases.

Can I export the counts?

Yes. Every result includes a UTF-8 CSV download with properly quoted phrase and count columns.