/legibilidad

Spanish text readability calculation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Legibilidad

Legibilidad is Spanish for readability, that is, how easy to read a text is.

You can find out how readable a Spanish text is with this script. It calculates:

  • Fernández Huerta's readability score
  • Gutiérrez de Polini's score
  • Crawford's readability formula
  • Szigriszt-Pazos' perspicuity score
  • Inflesz readability scale
  • µ readability score

How to use

You have two options:

Online demo

Try my online demo. Just paste your text and get the results. That's the easiest and quickest method.

Install it in your computer

  1. Download these files:
  1. Copy them to the same folder
  2. See "ejemplo.py" to find out how it works.