Hello,
I'm trying to find a way to break up a word into syllables without knowing anything about the word. I found a way at
[link] which is:
1. Isolate the prefix.
2. Separate the suffix.
3. If the first letter in the stem begins with a consonant, underline three letters.
4. If the first letter in the stem begins with a vowel, underline two letters.
5. Repeat steps 3 & 4 for each subsequent set of letters in the stem until all letters have been underlined and thus grouped into syllables
Now my question, is this method 100% accurate? Also is there anything else I need to know about this method?
Thanks in advance.