Skip to content

Commit c04667e

Browse files
author
Carmine DiMascio
committed
2 parents 1c87f27 + 3ed5df7 commit c04667e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ r.flesch()
2727
r.gunning_fog()
2828
r.coleman_liau()
2929
r.dale_chall()
30+
r.ari()
31+
r.linear_write()
3032
```
3133

3234
**\*Note:** `text` must contain >= 100 words\*
3335

34-
## Details
36+
## Readability Metric Details
37+
38+
All metrics provide a `score` attribute. See details below to capture additional detail per metric.
3539

36-
In all examples below `r` is:
40+
*Note:* In all examples below `r` is:
3741

3842
```python
3943
r = Readability(text)

0 commit comments

Comments
 (0)