# PERFECT RHYME

A pair of words in which the **accented vowels** and all **succeeding sounds are identical** while the sounds **preceding** the accented vowels **differ**.&#x20;

{% hint style="info" %}

> be / free / debris / guarantee
>
> later / waiter / translator
>
> lightening / frightening / brightening / tightening
>
> pleasurable / measurable
> {% endhint %}

{% hint style="warning" %}
Rhyme Genie examines the stress pattern of the search word to find only equally stressed rhyme mates. It distinguishes between 4 different types:

**single rhyme** - a rhyme with accent on the final syllable (be / free).

**double rhyme** - a rhyme where the accent is on the second-to-last syllable followed by an unaccented syllable (later / waiter).&#x20;

**triple rhyme** - a rhyme where the accent is on the third-to-last syllable followed by two unstressed syllables (brightening / tightening).

**polysyllabic rhyme** - a rhyme where the accent is on or prior to the fourth-to-last syllable followed by three or more unstressed syllables (pleasurable / measurable).
{% endhint %}

For dictionary entries with multiple words Rhyme Genie always matches the final word of the phrase. To find only single words simply deselect the phrases, proper nouns and charted songs options.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rhyme-genie-user-guide.idolumic.com/rhyme-type-reference-1/rhyme-type-reference-overview/perfect-rhyme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
