Hey there,
First off, thanks for this awesome repo. I have a feat. request, as described in the title, which I'd like to directly use in one of my projects.
A function in which we can provide a Readability Consensus score (based upon all tests), and return the estimated school grade.
Reason
Building a grammar correction bot, and need to create an "average value" of its performance on multiple grammar fixes, and after that I want to describe the estimated school grade level needed to read the text.
Example:
On average, the **readability score** of your original documentation is **3.81** ("Fairly Difficult").
To keep it simple; a student between ${<<insert value here, e.g. "9th and 10th grade">>} can understand your documentation.
I'm happy to accept patches but cannot add major changes here. There is already grade provided through rs.fleschKincaidGrade(text), which might suffice.
Hey there, First off, thanks for this awesome repo. I have a feat. request, as described in the title, which I'd like to directly use in one of my projects.
A function in which we can provide a Readability Consensus score (based upon all tests), and return the estimated school grade.
Reason
Building a grammar correction bot, and need to create an "average value" of its performance on multiple grammar fixes, and after that I want to describe the estimated school grade level needed to read the text.
Example: