Readability formulas designed for English do not transfer directly to Russian, because Russian words are longer and more syllable-dense. This tool uses the Oborneva (2006) adaptation of the Flesch Reading Ease score, which recalibrates the formula for Russian so the difficulty bands stay meaningful.
How it works
The score is computed as:
206.835 − 1.3 × (words / sentences) − 60.1 × (syllables / words)
Words are Cyrillic tokens, sentences are counted from terminal punctuation
(. ! ? …), and syllables are counted exactly: in Russian every vowel forms one
syllable, so the tool simply counts the vowels а е ё и о у ы э ю я in each
word. The result is clamped to a 0-100 display range and mapped to a difficulty
band, where a higher number means easier reading.
Example
Short sentences with common, low-syllable words score high (easy), while long sentences packed with multi-syllable bureaucratic vocabulary score low. Because the syllable count is exact rather than estimated, the score is stable and reproducible for the same text.
Notes
Use this to compare drafts, tune content for a target audience, or check that educational or public-facing Russian copy is not unintentionally dense. Pair it with the Russian LIX score for a second, syllable-independent opinion.