41 lines
609 B
TOML
41 lines
609 B
TOML
|
[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 = "-"
|
||
|
|