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
352 stars 59 forks source link

Increasing the number of sentences used in SMOG [request] #10

Closed rbamos closed 4 years ago

rbamos commented 4 years ago

According to the Wikipedia article for smog, the SMOG score can be generalized beyond 30 sentences. It seems like that might be a valuable for increasing the accuracy of the metric, since computational time is much cheaper than human eyeball time (which the metric was originally designed for).

I'm happy to submit a PR if you think it's valuable.

cdimascio commented 4 years ago

@rbamos Thanks! Please do.

rbamos commented 4 years ago

Committed PR #11, closing this issue