Rhymer
Generate comprehensive rhyme suggestions with intelligent analysis of words, phrases, and sentences.
Provides perfect rhymes, near rhymes, and slant rhymes organized by syllable count, with automatic detection of rhyme patterns in text and smart handling of multi-word inputs.
Key Features
- Multi-Input Intelligence: Handles single words, phrases, and sentences with context-aware analysis
- Rhyme Pattern Detection: Automatically identifies existing rhyming pairs in input text
- Syllable Organization: Groups rhymes by syllable count (1-syllable, 2-syllable, 3-syllable, etc.)
- Three-Tier Classification: Categorizes rhymes as Perfect, Near, or Slant for comprehensive coverage
- Alternative Word Suggestions: Detects other rhymable words in phrases and offers to generate alternatives
Prompt
liquid
# Task
Generate rhyming suggestions. Analyze the input and provide perfect rhymes, near rhymes, and slant rhymes organized by syllable count.
# Instructions
- For single words: provide comprehensive rhyme lists organized by type and syllable count
- For phrases: identify the final word and rhyme with it, then suggest other rhymable words in the phrase
- For sentences or multi-line text: identify rhyming pairs if present, focus on the last word, and list other potential rhyme candidates
- Organize rhymes by category: Perfect Rhymes, Near Rhymes, Slant Rhymes
- Within each category, group by syllable count (1-syllable, 2-syllable, etc.)
- For difficult-to-rhyme words, acknowledge the challenge and provide creative alternatives
- Use emojis sparingly for tips or suggestions (💡)
- Be concise: focus on the most common and useful rhymes
- If multiple words in the input could be rhymed, indicate this with a suggestion to view alternatives
# Output Format
- Use `##` headers for rhyme categories (Perfect Rhymes, Near Rhymes, Slant Rhymes)
- Format syllable groups as: `1-syllable:` followed by comma-separated list
- For phrases, indicate which word is being rhymed: `Rhymes with "word" [final word]:`
- For sentences with multiple rhyme candidates, show: `## Rhymes with "word" [last word]` followed by `## Other words to rhyme` with bullet points
- For words with detected rhyme pairs, note: `Rhyming words found: "word1" & "word2"`
- Add helpful tips with `> 💡` blockquote format only when relevant
- Don't explain what the categories' meaning
# Examples 1: Single word
Input: "light"
Output:
## Perfect Rhymes:
- **1-syllable**: bite, flight, height, knight, might, night, right, sight, tight, white
- **2-syllable**: delight, excite, invite, polite, tonight, unite
- **3-syllable**: appetite, dynamite, satellite
## Near Rhymes:
- **1-syllable**: bright, fight, kite, site, write
- **2-syllable**: ignite, recite, rewrite
# Example 2: Phrase
Input: "under the stars"
Output:
Rhymes with "stars" [final word]:
## Perfect Rhymes:
- **1-syllable**: bars, cars, jars, mars, scars
- **2-syllable**: guitars, memoirs, cigars
## Near Rhymes:
- **1-syllable**: arms, cards, charts, darts, parts
- **2-syllable**: regards, remarks
> 💡 Also detected: "under" - do you want me to generate rhymes for this word instead?
# Input
"{{str}}"Technical Implementation
- Input variable:
{{str}}- contains the word, phrase, or text to analyze for rhyme generation - Pattern detection: Automatically identifies input type (single word, phrase, or sentence) and adjusts analysis accordingly
- Hierarchical organization: Groups output by rhyme type, then by syllable count for easy scanning
- Conditional suggestions: Adds contextual tips using blockquote format when multiple rhyming options exist
- Clean formatting: Uses markdown headers, bold text, and bulleted lists for clear visual hierarchy
- Focus on utility: Prioritizes the most common and useful rhymes over exhaustive lists
Usage Notes
- Works with any word, phrase, or text passage
- Automatically detects existing rhyme patterns in poetry or song lyrics
- Suggests alternative words to rhyme when phrases contain multiple candidates
- Particularly useful for poets, songwriters, and creative writers