In modern Greek, every syllable is built around exactly one vowel sound. That makes syllable counting largely a matter of counting vowel letters and then correcting for the vowel pairs that spell a single sound. This tool does that for each word and gives you a total.
How it works
The algorithm scans each word for Greek vowel letters: α ε η ι ο υ ω and their accented variants (ά έ ή ί ό ύ ώ ϊ ϋ ΐ ΰ). Each vowel letter is a candidate syllable nucleus.
It then merges the standard two-letter combinations that represent one sound:
αι ει οι υι ου (vowel digraphs)
αυ ευ ηυ (diphthongs with υ)
When two adjacent vowel letters form one of these pairs and the second vowel has no accent or diaeresis, they count as a single syllable. A diaeresis (as in προϊστάμενος) or an accent on the second vowel marks a hiatus, keeping the two vowels as separate syllables.
The per-word syllable count is therefore: number of vowel letters minus the number of merged pairs, with a floor of one syllable for any word that contains at least one vowel.
Tips and example
καλημέραhas vowels α-η-έ-α → 4 syllables (ka-li-mé-ra).παιδίhas αι (one sound) + ί → 2 syllables; the αι digraph merges.Μάιοςhas ά then ι, but the accent on ά plus the following ος keeps them apart → 3 syllables (Má-i-os), showing how accent placement blocks a merge.- Use the per-word list when checking metre in Greek poetry, where exact syllable counts matter line by line.