aparrish / pronouncingpy

A simple interface for the CMU pronouncing dictionary
BSD 3-Clause "New" or "Revised" License
301 stars 42 forks source link

rhymes() returns only words rhyming with first pronunciation #45

Closed jdbean closed 6 years ago

jdbean commented 6 years ago

The docs state:

The pronouncing.rhymes() function returns a list of all possible rhymes for the given word—i.e., words that rhyme with any of the given word’s pronunciations.

It appears, however, that the pronouncing.rhymes() function in fact returns a list of a list of words that rhyme with only the first of the given word's pronunciations.