actual_lix

Crates.ioactual_lix
lib.rsactual_lix
version0.1.1
sourcesrc
created_at2022-02-01 13:08:52.88239
updated_at2022-02-01 13:28:59.454585
descriptionA simple implementation of the readability test (Lix)
homepage
repositoryhttps://github.com/abnerkaizer/lix
max_upload_size
id525152
size3,028
Abner Kaizer (abnerkaizer)

documentation

https://docs.rs/actual_lix

README

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)

Commit count: 9

cargo fmt