Skip to content
New issue

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

discrepancy in Flesch_reading_ease score #45

Open
tahseenbaig opened this issue Jun 26, 2024 · 0 comments
Open

discrepancy in Flesch_reading_ease score #45

tahseenbaig opened this issue Jun 26, 2024 · 0 comments

Comments

@tahseenbaig
Copy link

I noticed textstat.flesch_reading_ease scores are different in python and ruby for the same text. For some texts, the difference is huge ( 26.98 in python but -6.86 in ruby)

for example for the same text, I get a score of 45.09 in ruby but 53.55 in python.

rb(main):011> TextStat.flesch_reading_ease("I am a user and I am enjoying evaluating Textstat in python and ru
by and but am a little disaapointed with the difference in score here.")
=> 45.09
irb(main):012>

In python -

textstat.flesch_reading_ease("I am a user and I am enjoying evaluating Textstat in python and ruby and but am a little disaapointed with the difference in score here.")
53.55

why so. I am more concerned for cases where the difference is large.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant