text-readability-score/NOTICE
flemming-it 69b7d84f73 chore(release): finalize v0.1.0 — LICENSE, NOTICE, WASM artefact
Adds the three release-prep artefacts so the repo is ready for
the chain store: Apache-2.0 LICENSE (boilerplate), NOTICE with
per-module copyright + third-party + methodological lineage
attribution, and the compiled wasm32-wasip2 release bundle
(module.wasm) that the Hub will install verbatim once published.

Cargo.lock is now also tracked so reproducible builds line up
with the WASM hash that ships.

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-18 11:38:40 +02:00

30 lines
1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

text-readability-score
Copyright 2026 Flemming.AI
This product includes software developed by Dr. Stefan Flemming
and contributors (https://flemming.ai/).
------------------------------------------------------------------
Third-party acknowledgments
JSON (de)serialization uses `serde` + `serde_json`
(https://github.com/serde-rs), Apache-2.0 / MIT licensed.
Module SDK glue is provided by `chain-module-sdk`
(https://git.flemming.ai/fai/chain-module-sdk-rust), Apache-2.0.
------------------------------------------------------------------
Methodological lineage
Flesch-DE follows the Amstad adaptation of Flesch Reading Ease
for German: FRE_de = 180 ASL (58.5 × ASW),
where ASL is the average sentence length in words and ASW is
the average number of syllables per word.
Reference:
Toni Amstad, "Wie verständlich sind unsere Zeitungen?"
University of Zürich, 1978.
The depth-index weighting (i.V.m.-edges count double because
the reader must chase a second norm) is an original
operationalisation of the Studie §6 "Verweistiefe"-Achse.