add aeuv
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m26s

This commit is contained in:
2024-05-26 13:01:23 +02:00
parent 54d04625ca
commit 11743e5d1c
370 changed files with 1322 additions and 13 deletions

40
data/configs/aeuv.toml Normal file
View File

@ -0,0 +1,40 @@
[law]
id = 10008049
name = "AEUV"
par_sign = "Artikel"
[[law.classifiers]]
name = " Teil"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Titel"
is_root = false
match_function = "contains"
[[law.classifiers]]
name = "Kapitel"
is_root = false
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"<tab />",
"<br />",
"<b>", "</b>",
"<i>", "</i>",
"<n>", "</n>",
"<super>", "</super>",
]
move_para_headers_into_content = true
[[parser.replace_rules]]
find = "<gdash />"
replace_with = "-"