The German Syllable Counter estimates the number of syllables in German text using the linguistically sound vowel-nucleus method, with proper handling of German diphthongs and umlauts. It reports the total syllable count, word count, and the average syllables per word — the inputs readability formulas need.
How it works
A syllable is organised around one vowel sound, so the count of syllables equals the count of distinct vowel groups in a word:
- Lowercase and isolate each word. Vowels considered are
a e i o u y ä ö ü(andy, which acts as a vowel in words likeSystem). - Collapse diphthongs and long digraphs. The sequences
ei,ai,au,eu,äu, andierepresent a single nucleus, so a run of vowels counts as one syllable even when two letters are present. - Count maximal vowel runs. Each maximal run of consecutive vowel letters is one syllable. A word with at least one vowel therefore has at least one syllable; a vowelless token is counted as one.
Tips and example
Donaudampfschifffahrt is counted by its vowel runs — o-au-a-i-a — giving five syllables. Average syllables per word, shown alongside the total, is a quick proxy for lexical complexity. Because the method is heuristic, occasional hiatus words (where two adjacent vowels are pronounced separately, e.g. Befreiung) can be off by one; for readability scoring this margin is negligible. Pair this tool with the Wiener Sachtextformel calculator, which uses the 3+ syllable word share directly.