The Finnish Syllable Counter counts syllables the way Finnish phonology defines them: by counting vowel nuclei. Finnish is unusually regular here — every syllable has exactly one nucleus, and that nucleus is a single vowel, a long vowel, or a permitted diphthong.
How it works
For each word the tool scans left to right and groups consecutive vowels into nuclei using three rules, in order:
- Long vowel. A doubled vowel (
aa,ee,ii,oo,uu,yy,ää,öö) is one long-vowel nucleus, somaais one syllable. - Diphthong. Two different vowels that form a permitted glide count as one nucleus. Finnish allows the i-final set (
ai ei oi ui yi äi öi), the u/y-final set (au eu iu ou äy ey iy öy), and the three opening diphthongs (ie uo yö). - Hiatus. Any vowel that is not part of a long vowel or diphthong starts its own syllable. This is how a run of three vowels gets split, since Finnish has no triphthongs.
The syllable count for the word is the number of nuclei found this way; consonants only mark syllable boundaries, never nuclei.
Worked examples
kah-vi→ 2 syllables (a, i)työ→ 1 syllable (the diphthong yö)ka-u-pun-kiwould be wrong; the real split iskau-pun-ki→ 3 syllables, becauseauis a diphthonghy-vää→ 2 syllables (y, then the long vowel ää)
Notes
The counter treats Finnish vowels a e i o u y ä ö as nuclei and everything else as consonants. It analyses each word independently, so it works on full sentences as well as single words.