All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m49s
Signed-off-by: flemming-it <sf@flemming.it>
21 lines
488 B
Markdown
21 lines
488 B
Markdown
# graph.citation_extract
|
|
|
|
Typisierte Zitationsgraphen aus Rechtstext bauen
|
|
|
|
## Was es tut
|
|
|
|
Extrahiert typisierte Zitationen (cites, verweist_iVm, …) aus deutschem Rechtstext nach dem Coupette-2021-Schema. Zitationsgraphen passen auch zu Papers, Patenten und Rechtsprechung.
|
|
|
|
## Verwendung
|
|
|
|
```yaml
|
|
steps:
|
|
- id: step
|
|
use: graph.citation_extract@^0
|
|
with:
|
|
# Eingaben siehe module.yaml
|
|
```
|
|
|
|
## Lizenz
|
|
|
|
Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In.
|