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
361 stars 60 forks source link

executable script to measure texts #29

Open muelli opened 2 years ago

muelli commented 2 years ago

I wanted a relatively quick way of obtaining a readability metric, e.g. the ARI. I've whipped up a small python script, but I would have been slightly more happy if there was a "py-readability-metrics" executable that would have done that for me. Potentially with lots of possible command line switches to select the metric.