All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m49s
Signed-off-by: flemming-it <sf@flemming.it>
21 lines
480 B
Markdown
21 lines
480 B
Markdown
# graph.citation_extract
|
|
|
|
Build typed citation graphs from legal text
|
|
|
|
## What it does
|
|
|
|
Extracts typed citations (cites, verweist_iVm, …) from German legal text per the Coupette 2021 schema. Citation graphs also fit scientific papers, patents and case law.
|
|
|
|
## How to use
|
|
|
|
```yaml
|
|
steps:
|
|
- id: step
|
|
use: graph.citation_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.
|