From 004e341143a674cac61c329eb494da8608daa56d Mon Sep 17 00:00:00 2001 From: Eric Ihli Date: Thu, 22 Apr 2021 11:37:14 -0500 Subject: [PATCH] Fix confusion in algorithm description in README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6557c3a..eb620c9 100644 --- a/README.org +++ b/README.org @@ -18,7 +18,7 @@ For phonetics, it uses the CMU Pronouncing Dictionary. http://www.speech.cs.cmu. For syllabification, it uses a custom algorithm that is basically: - Start from the last phone and work backwards. -- Take every consonant up through the first vowel. (This is the "rime" of the syllable). +- Take every consonant up through the the first encountered vowel. (This is the "rime" of the syllable). - Take every consonant up through the next vowel with the conditions (This is the "onset" of the syllable): - Each subsequent consonant is more sonorous than the previous. - If the next vowel we'd encounter is lax, it gets followed by at least 1 consonant.