Function automated_readability_index

Source
pub fn automated_readability_index(text: &str) -> f64
Expand description

Automated Readability Index (ARI)

The formula was derived from a large dataset of texts used in US schools. The result is a number that corresponds with a US grade level.

Requires counting letters, words, and sentences

See https://en.wikipedia.org/wiki/Automated_readability_index for more information