We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://github.com/ghoulmann/py-readability-statistics/blob/master/web/cgi-bin/web_readability.py#L138
The text was updated successfully, but these errors were encountered:
Something like (0.0778 * self.avg_sentence_length(text)) + .0455 * (100 * (self.syllable_count(text)/self.lexicon_count(text))) - 2.2029 ?
(0.0778 * self.avg_sentence_length(text)) + .0455 * (100 * (self.syllable_count(text)/self.lexicon_count(text))) - 2.2029
Sorry, something went wrong.
Is there a home in textstat for this formula? If so, I'd be happy to take this on.
No branches or pull requests
See https://github.com/ghoulmann/py-readability-statistics/blob/master/web/cgi-bin/web_readability.py#L138
The text was updated successfully, but these errors were encountered: