59 lines
2.2 KiB
TOML
59 lines
2.2 KiB
TOML
[law]
|
|
id = 10002326
|
|
name = "Strafprozessordnung (STPO)"
|
|
|
|
[[law.classifiers]]
|
|
name = " Teil"
|
|
is_root = true
|
|
match_function = "contains"
|
|
|
|
[[law.classifiers]]
|
|
name = "Hauptstück"
|
|
is_root = false
|
|
match_function = "contains"
|
|
|
|
[[law.classifiers]]
|
|
name = "Abschnitt"
|
|
is_root = false
|
|
match_function = "contains"
|
|
|
|
[[law.classifiers]]
|
|
name = "numbering"
|
|
is_root = false
|
|
match_function = "starts_with_number"
|
|
|
|
[[law.classifiers]]
|
|
name = "roman numbering"
|
|
is_root = false
|
|
match_function = "starts_with_roman_number"
|
|
|
|
[[law.classifiers]]
|
|
name = "Artikel"
|
|
is_root = false
|
|
match_function = "contains"
|
|
|
|
[parser]
|
|
remove_strings = [
|
|
"<n>", "</n>",
|
|
"<i>", "</i>",
|
|
"<super>", "</super>",
|
|
"<gdash />"
|
|
]
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="art" ct="text" halign="c">Artikel 5</ueberschrift><ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="art" ct="text" halign="c">Artikel 5 - Umsetzung von Richtlinien der Europäischen Union</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="art" ct="text" halign="c">Artikel 5</ueberschrift><ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="art" ct="text" halign="c">Artikel 5 - Umsetzung von Richtlinien der Europäischen Union</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="art" ct="text" halign="c">Artikel 12</ueberschrift><ueberschrift typ="para" ct="text" halign="c">Notifikation</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="art" ct="text" halign="c">Artikel 12 - Notifikation</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="para" ct="text" halign="c">(Anm.: aus BGBl. I Nr. 112/2015, zu den §§ 19a,64,118a,126a,126b und 233, BGBl. Nr. 60/1974)</ueberschrift><ueberschrift typ="para" ct="text" halign="c">(Anm.: aus BGBl. I Nr. 112/2015, zu § 355, BGBl. Nr. 631/1975)</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="para" ct="text" halign="c">(Anm.: aus BGBl. I Nr. 112/2015, zu den §§ 19a,64,118a,126a,126b und 233, BGBl. Nr. 60/1974) - (Anm.: aus BGBl. I Nr. 112/2015, zu § 355, BGBl. Nr. 631/1975)</ueberschrift>"""
|
|
|