We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f7c6b commit 0391758Copy full SHA for 0391758
readability/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
"""
3
-Calculate gunning fog readability score
+Score text readability with metrics including: Flesch-Kincaid Grade Level, Gunning Fog, ARI, Dale Chall, SMOG, and more
4
5
__title__ = 'py-readabilitiy-metrics'
6
__version__ = '1.3.5'
0 commit comments