This commit is contained in:
parent
ec9a88c708
commit
99df3ee6b3
22
laws/muschg.toml
Normal file
22
laws/muschg.toml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
[law]
|
||||||
|
id = 10002963
|
||||||
|
name = "Musterschutzgesetz"
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "roman numbering"
|
||||||
|
is_root = true
|
||||||
|
match_function = "starts_with_roman_number"
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "uppercase letter"
|
||||||
|
is_root = false
|
||||||
|
match_function = "starts_with_uppercaseletter"
|
||||||
|
|
||||||
|
[parser]
|
||||||
|
remove_strings = [
|
||||||
|
]
|
||||||
|
|
||||||
|
[[parser.replace_rules]]
|
||||||
|
find = "<gdash />"
|
||||||
|
replace_with = "-"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user