sounds_like: Find words with a similar phonemes to the given word

Description Usage Arguments Value Examples

Description

Similar sounding words are found by comparing words with the same number of phonemes but with a number of mismatches allowed.

Usage

1
sounds_like(word, keep_stresses = FALSE, phoneme_mismatches = 1L)

Arguments

word

single word

keep_stresses

keep the stresses attached to each phonmeme? Default: FALSE

phoneme_mismatches

Maximum number of phonemes which can be different between between words. Default: 1

Value

Character vector of similar words.

Examples

1
sounds_like("statistics", phoneme_mismatches = 5)

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