Function gunning_fog_index

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

Gunning Fog Index (GFI)

Estimates the years of formal education a person needs to understand the text on the first reading

Requires counting words, sentences, and “complex words” (see get_complex_word_count)

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