Skip to main content

Estimate the readability of a text, e.g., the required reading skill level to understand a text.

Project description

Readability calculator is a simple program to estimate how skilled a reader must be to understand a piece of text. There is a large number of methods for that. The following ones are implemented in the current version of this program:

  1. Flesh Reading Ease

  2. Flesh Kincaid Grade Level

  3. Coleman Liau Index

  4. Gunning Fog Index

  5. SMOG Index

  6. ARI Index

  7. LIX Index

  8. Dale-Chall Score

Usage

#!/usr/bin/env python

from readcalc import readcalc

calc = readcalc.ReadCalc(“This is a simple text.”)

print calc.get_smog_index()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ReadabilityCalculator-0.2.36.tar.gz (27.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page