All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m53s
Signed-off-by: flemming-it <sf@flemming.it>
21 lines
465 B
Markdown
21 lines
465 B
Markdown
# text.readability_score
|
|
|
|
Komposit-Score für Lesbarkeit und Komplexität
|
|
|
|
## Was es tut
|
|
|
|
Komposit-Lesbarkeitsscore für beliebige Texte — DE-adaptierter Flesch + Verweistiefe + Verbdistanz. Markiert schwer lesbare Behördenbriefe, AGB und Abstracts.
|
|
|
|
## Verwendung
|
|
|
|
```yaml
|
|
steps:
|
|
- id: step
|
|
use: text.readability_score@^0
|
|
with:
|
|
# Eingaben siehe module.yaml
|
|
```
|
|
|
|
## Lizenz
|
|
|
|
Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In.
|