You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sentence counter in textstat is not good and often returns incorrect values, which negatively affects the accuracy of the Flesch reading score, as implemented. We need to fix this in one of two ways:
Use textblob sentence counter and textstat syllables counter to manually produce the Flesch scores. More code to change, but may be a safer fix.
or
Import the jnelson16/textstat fork of textstat, which fixes the sentence counter in textstat itself. This may be more difficult with pipenv, but less code to change.
The text was updated successfully, but these errors were encountered:
The sentence counter in textstat is not good and often returns incorrect values, which negatively affects the accuracy of the Flesch reading score, as implemented. We need to fix this in one of two ways:
or
The text was updated successfully, but these errors were encountered: