fleschReadingEaseScore abstract method

double fleschReadingEaseScore()

Returns the Flesch reading ease score of the sourceText on a 100-point scale.

The higher the score, the easier it is to understand the document.

Authors should aim for score above 60.

Implementation

double fleschReadingEaseScore();