Counting syllables in Turkish is unusually reliable because the language has a strict one-vowel-per-syllable structure and no diphthongs. That means the syllable count of any word is simply the number of vowels it contains, and this tool does exactly that for one word or a whole paragraph.
How it works
The tool scans the text and counts every Turkish vowel:
a e ı i o ö u ü
Each vowel marks the nucleus of one syllable. Because no two vowels ever merge into a diphthong in native Turkish, there is no need for the syllable-splitting heuristics English requires. The counter is case-insensitive and treats the dotted İ/i and dotless I/ı as the distinct letters they are.
Example and notes
Merhaba has the vowels e, a, a — three syllables (mer-ha-ba). dünya has ü and a — two syllables (dün-ya). güzeldir has ü, e, i — three syllables (gü-zel-dir). The per-word table makes it easy to check poetry meter or hyphenation. Loanwords with two written vowels in a row (rare in native vocabulary) are counted as two syllables, which is the correct phonological result.