This commit is contained in:
18
data/configs/bafg.toml
Normal file
18
data/configs/bafg.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[law]
|
||||
id = 20012316
|
||||
name = "Barrierefreiheitsgesetz"
|
||||
fassung = "2026-08-27"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Abschnitt"
|
||||
is_root = true
|
||||
match_function = "contains"
|
||||
|
||||
[parser]
|
||||
remove_strings = [
|
||||
"<b>", "</b>"
|
||||
]
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = "<gdash />"
|
||||
replace_with = "-"
|
Reference in New Issue
Block a user