Automated Readability Index (ARI)

About

Unlike the other indices, the ARI, along with the Coleman-Liau, relies on a factor of characters per word, instead of the usual syllables per word. ARI is widely used on all types of texts. [reference]

Usage

r = Readability(text)

ari = r.ari()

print(ari.score)
print(ari.grade_levels)
print(ari.ages)