Skip to content
Rankora
Free · runs in your browser

N-Gram Analyzer

Spot the word sequences your text repeats most: bigrams, trigrams and longer, ready to export as CSV.

Privacy and cost

This tool runs in your browser. What you type or paste is not sent to our servers and it costs nothing to use.

How it works

  1. Paste your text (an article, product copy, a list of queries) and choose the n-gram size, from 1 to 5 words.
  2. Set a minimum number of occurrences and decide whether to ignore sequences that start or end with a stop word.
  3. Read one table per n-gram size, sorted by frequency, then export them as CSV.

Example

In a 33-word text about free SEO tools, with stop words ignored, the bigrams "free seo" and "seo tools" each appear 3 times (18.18%) and the trigram "free seo tools" appears 3 times (27.27%).

What the result means

An n-gram is a run of n consecutive words. Tables count exact sequences, so one topic phrased in several ways is split across several rows. The percentage is the share of the text's words taken up by that n-gram. The filter drops sequences that start or end with a stop word but keeps those where one sits in the middle ("list of words").

Common problems this tool helps with

  • Finding repeated phrasing in a long text without rereading it line by line.
  • Seeing which multi-word phrases really carry the topic of a page.
  • Building a list of candidate phrases to treat as secondary keywords.
  • Checking that a text written by several people has no formulas that keep coming back.

Frequently asked questions

How is this different from keyword density?

Density measures keywords you choose. The n-gram analyzer discovers the most frequent word sequences by itself, from 1 to 5 words.

How does the stop-word filter work?

A sequence is dropped if its first or last word is a stop word of the chosen language. So "of the map" disappears while "map of the city" stays.

Is Arabic supported?

Yes. Short-vowel marks and tatweel are ignored when comparing words, and an Arabic stop-word list is included.

Can I export the results?

Yes, as CSV with the n-gram size, the phrase, the count and the density. The on-screen table is capped at 500 rows, the file is not.