like literally love just vibe honestly connection you know type 100%

Data Story · Natural-Language Analysis

How Simple Is the Language on Love Island?

Reality TV is famous for sounding repetitive. I turned a whole season of Love Island USA into data to find out exactly how simple the talking really is.

By Jeremy Lee

61%
of everything said is just the 100 most common words
3rd–5th
grade reading level of the dialogue
~1,250
words you'd need to follow 95% of the show

The question

We all feel like reality dating shows use a tiny, looping vocabulary — the same handful of words ("like", "literally", "connection", "vibe") over and over. But "it feels repetitive" isn't a measurement. So I took every episode of Love Island USA Season 4, collected the spoken transcripts, and measured the language the way a linguist would: how varied is it, how hard is it to read, and how many words you'd actually need to know to understand it.

What I did, in plain English

I gathered the transcripts for the whole season into one big text "corpus" — one file per episode. Then a set of Python scripts counted and analysed the words: which words appear most, how often rare words show up, the share of filler words, the emotional tone, and the reading grade level. No special background needed to read the results below — each chart answers one simple question.

What the numbers say

1. A handful of words do almost all the work

If you rank every word by how often it's spoken, the top 100 words alone make up 61% of all the talking. The pattern follows an almost textbook "Zipf" curve (a few words used constantly, a long tail used rarely) — so cleanly that the trend line fits 98% of the data.

Word frequency distribution following a Zipf curve
A few words are spoken constantly; most words are spoken rarely.
Word cloud of the most common meaningful words
The biggest words here are the ones said most often once routine filler is removed.

2. You don't need a big vocabulary to follow along

Knowing roughly the 1,250 most common word families is enough to understand 95% of everything said — and about 2,550 covers 98%. For comparison, everyday written English usually needs around 3,000. In other words, the show is built out of words almost everyone already knows.

Vocabulary coverage curve showing how few words are needed
How much of the show you understand as you learn more of its words.

3. It reads like a children's book

Run the dialogue through standard readability formulas and it lands at about a 3rd-to-5th grade level. Nearly 98% of the words used are among the 3,000 most familiar words in English.

Reading level scores placing the show at 3rd to 5th grade
Several readability measures all agree: this is very easy language.

4. Upbeat, opinion-heavy, and steady all season

The tone stays consistently positive and highly subjective from start to finish, and the variety of language doesn't really change as the season goes on. It's emotional talk built from a small, familiar word set.

The headline findings

Why it's interesting

None of this is a knock on the show — simple, familiar language is exactly what makes it easy to watch with the sound half-on while you scroll your phone. What's fun is being able to put a real number on something everyone senses: yes, the talking is repetitive, and here's precisely how repetitive.

Read the full write-up (PDF) View the code & data on GitHub