cdimascio / py-readability-metrics

📗 Score text readability using a number of formulas: Flesch-Kincaid Grade Level, Gunning Fog, ARI, Dale Chall, SMOG, and more
https://py-readability-metrics.readthedocs.io/en/latest/
MIT License
359 stars 58 forks source link

readme.md small mistake #18

Closed monkdou0 closed 3 years ago

monkdou0 commented 3 years ago

dc = dale_chall() should be dc = r.dale_chall()

cdimascio commented 3 years ago

@monkdou0 thanks! fixed