You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Score the _readability_ of text using popular readability metrics including: Flesch-Kincaid Grade Level, Flesch Reading Ease, Gunning Fog Index, Dale Chall Readability, Automated Readability Index (ARI), Linear Write, SMOG, and Gunning Fog
5
+
Score the _readability_ of text using popular readability metrics including: [FleschKincaid Grade Level](#flesch-kincaid-grade-level), [Flesch Reading Ease](#flesch-reading-ease), [Gunning Fog Index](#gunning-fog), [Dale Chall Readability](#dale-chall-readability), [Automated Readability Index (ARI)](#automated-readability-index-ari), [Coleman Liau Index](#coleman-liau-index), [Linear Write](#linear-write), and [SMOG](#smog)
-[Automated Readability Index (ARI)](#automated-readability-index-ari)
43
+
-[Coleman Liau Index](#coleman-liau-index)
44
+
-[Gunning Fog](#gunning-fog)
45
+
-[SMOG](#smog)
46
+
-[Linear Write](#linear-write)
47
+
48
+
## Readability Metric Details and Properties
37
49
38
50
All metrics provide a `score` attribute. See details below to capture additional detail per metric.
39
51
@@ -98,7 +110,7 @@ print(dc.score)
98
110
print(dc.grade_levels)
99
111
```
100
112
101
-
### Automated Readability Index
113
+
### Automated Readability Index (ARI)
102
114
103
115
Unlike the other indices, the ARI, along with the Coleman-Liau, relies on a factor of characters per word, instead of the usual syllables per word. ARI is widely used on all types of texts.
0 commit comments