actual_lix 0.1.1

A simple implementation of the readability test (Lix)
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 95.89 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • abnerkaizer/lix
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • abnerkaizer

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)