docs(store): add STORE.yaml, MODULE.md/de + icon for the store
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m53s
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m53s
Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
edfe035e83
commit
476f55b8e5
4 changed files with 74 additions and 0 deletions
21
MODULE.md
Normal file
21
MODULE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# text.readability_score
|
||||
|
||||
Composite readability and complexity score
|
||||
|
||||
## What it does
|
||||
|
||||
Composite readability score for any text — DE-adapted Flesch + reference depth + verb distance. Flags hard-to-read government letters, terms & conditions, abstracts.
|
||||
|
||||
## How to use
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- id: step
|
||||
use: text.readability_score@^0
|
||||
with:
|
||||
# see inputs in module.yaml
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Apache-2.0 — part of the Recl∆Im module set (Flemming.AI), built on Ch∆In.
|
||||
Loading…
Add table
Add a link
Reference in a new issue