package readability_metrics
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Classic English readability metrics with no dependencies
Install
dune-project
Dependency
Authors
Maintainers
Sources
readability_metrics-0.1.0.tar.gz
sha256=81d315a2b3b1530a6c413c1276efeb9479b0096762b00322ec55a637d069cb45
sha512=c3a8021ed995571143f417145bd7fa4149ab8466763d22c3f7ed14470941552f173b703f3cf78887b2ac134d3f74d672c550b9aceb3b98fa329428136b7f79f2
Description
Flesch reading ease, Flesch-Kincaid grade, Gunning fog, SMOG, Coleman-Liau, the automated readability index, LIX and RIX, computed from a single tokenising pass over the text. Includes the sentence, word and syllable counters the formulas are built on, so they can be used and tested on their own, plus a readability command line tool that prints a table or a JSON object. Depends on nothing outside the OCaml standard library.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page