[go: nahoru, domu]

Skip to content

Given a word-to-phoneme dictionary, find rhyming words.

License

Notifications You must be signed in to change notification settings

thierryseegers/rhymer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhymer

rhymer is a utility written in C++ for the purpose of finding rhymes given a dictionary of words to phonemes like the one found here.

Rhyming words are defined having their tail phonemes match, starting from the last vowel phoneme. For example, "orange" (AO1 R AH0 N JH) and "challenge" (CH AE1 L AH0 N JH). Vowel phonemes are defined here.

As an option, rhymes may not match the stress value of the last vowel phoneme. For example, "orange" (AO1 R AH0 N JH) and "sponge" (S P AH1 N JH).

About

Given a word-to-phoneme dictionary, find rhyming words.

Resources

License

Stars

Watchers

Forks

Packages

No packages published