package readability_metrics

  1. Overview
  2. Docs
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

doc/CHANGES.html

0.1.0 (2026-08-09)

First release.

  • words, sentences, syllables_in_word tokenisers, usable on their own.
  • stats record: letters, words, sentences, syllables, polysyllabic words, Gunning-complex words, long words, very long words.
  • Flesch reading ease, Flesch-Kincaid grade, Gunning fog, SMOG, Coleman-Liau, automated readability index, LIX and RIX, each available from a string or from a precomputed stats.
  • report, pp_report and report_to_json.
  • readability command line tool, text table or --json.
  • No dependencies outside the OCaml standard library.