package readability_metrics

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

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.

Tags

text readability nlp linguistics flesch smog

Added to opam-repository:

Dependencies (2)

  1. ocaml >= "4.14"
  2. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None