add config
Some checks failed
CI/CD Pipeline / test (push) Failing after 50s

This commit is contained in:
philipp 2024-08-22 12:00:24 +02:00
parent 0154d00c58
commit 3ff90b8dbf

View File

@ -0,0 +1,26 @@
[law]
id = 10000341
name = "Statut für die Landeshauptstadt Linz"
[law.typ]
Land = "OÖ"
[[law.classifiers]]
name = "Hauptstück"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"<br />"
]
move_para_headers_into_content = true
[[parser.replace_rules]]
find = "§ 1" # Should be at the same level as the other "Theil"e
replace_with = "<gldsym>§ 1</gldsym>"