add configs for laws
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m23s

This commit is contained in:
2024-02-06 11:18:40 +01:00
parent 15e0e485c4
commit c92d72c580
8 changed files with 173 additions and 184 deletions

15
data/configs/kschg.toml Normal file
View File

@ -0,0 +1,15 @@
[law]
id = 10002462
[[law.classifiers]]
name = "Hauptstück"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = ["<i>", "</i>"]