rhymes: Find rhymes for the given word

Description Usage Arguments Value Examples

Description

To find rhymes, phon compares trailing phonemes. Words rhyme with each other if they have the same phonemes at the end.

Usage

1
rhymes(word, keep_stresses = FALSE, min_phonemes = 3L)

Arguments

word

single word

keep_stresses

keep the stresses attached to each phonmeme? Default: FALSE

min_phonemes

the minimum number of matching phonemes. Default: 3

Value

data.frame of rhymes with rhyme_length giving the number of trailing phonems which match the given word.

Examples

1
rhymes("drudgery")

coolbutuseless/phon documentation built on May 31, 2019, 5:40 a.m.