actual_lix 0.1.1

A simple implementation of the readability test (Lix)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Lix
A simple implementation of the readability test (Lix)

LIX = A/B + (c*100)/A, where

A is the number of words,

B is the number of periods (defined by period, colon or capital first letter), and

C is the number of long words (more than 6 letters).

Source: <https://en.wikipedia.org/wiki/Lix_(readability_test)>