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
349 stars 58 forks source link

Including Spache Readability Score #5

Closed DonaldTsang closed 4 years ago

DonaldTsang commented 4 years ago

See https://github.com/DaveChild/Text-Statistics

cdimascio commented 4 years ago

@DonaldTsang Thanks for the issue. Adding Spache is great idea. Let me know if you are interested in taking the first stab at the implementation. PRs are always welcome!

Note that all scorers follow a very similar implementation pattern: The following use ARI as an example

cdimascio commented 4 years ago

@DonaldTsang Spache is now implemented in version 1.4.1 Thanks for your interest in this project