All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m55s
Signed-off-by: flemming-it <sf@flemming.it>
21 lines
487 B
Markdown
21 lines
487 B
Markdown
# text.deontic_extract
|
|
|
|
Extract duties, prohibitions and permissions from norms
|
|
|
|
## What it does
|
|
|
|
Extracts atomic deontic statements (obligation / prohibition / permission) from a normalised norm. Useful far beyond law — contracts, ISO standards, internal policies.
|
|
|
|
## How to use
|
|
|
|
```yaml
|
|
steps:
|
|
- id: step
|
|
use: text.deontic_extract@^0
|
|
with:
|
|
# see inputs in module.yaml
|
|
```
|
|
|
|
## License
|
|
|
|
Apache-2.0 — part of the Recl∆Im module set (Flemming.AI), built on Ch∆In.
|