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.
Why readability scoring is different in Russian
The original Flesch Reading Ease formula was built on English text corpora and uses constants (1.015 and 84.6) calibrated for English syllable density and sentence structure. Applied raw to Russian, it would systematically underestimate how readable a passage is, because Russian words carry more syllables on average without being harder to read. Oborneva re-fitted the formula to a large Russian corpus, producing the constants 1.3 and 60.1. The adjusted formula gives comparable score bands to the original — so 60+ still means “fairly easy” — but accounts for the linguistic character of Russian prose.
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.
Score bands and what they mean
| Score range | Difficulty | Typical audience |
|---|---|---|
| 80 – 100 | Very easy | Children, basic learners |
| 60 – 80 | Easy | General adult audience |
| 40 – 60 | Medium | Educated general reader |
| 20 – 40 | Difficult | University-educated specialist |
| 0 – 20 | Very difficult | Legal, scientific, technical |
What drives the score up or down
The two terms in the formula each pull the score in opposite directions:
- Words per sentence (multiplied by 1.3): longer sentences lower the score. Breaking one long sentence into two can noticeably improve readability without changing a single word.
- Syllables per word (multiplied by 60.1): this is a much stronger lever. Russian bureaucratic and academic writing packs in multi-syllable abstract nouns (свидетельствующий, обеспечивающий) that severely depress the score. Replacing them with shorter, concrete synonyms has the biggest measurable impact.
Worked example
A passage with an average sentence of 12 words and 2.1 syllables per word scores roughly:
206.835 − 1.3 × 12 − 60.1 × 2.1 = 206.835 − 15.6 − 126.21 ≈ 65 — placing it in the “easy” band. Stretch the average sentence to 20 words and the score drops to about 49 (medium difficulty).
Practical guidance
Use this score to compare drafts, tune content for a target audience, or verify that educational or public-facing Russian copy is not unintentionally dense. Pair it with the Russian LIX score for a second opinion that does not depend on syllable counting at all.