This commit is contained in:
parent
99df3ee6b3
commit
7fbc6da77e
22
laws/uwg.toml
Normal file
22
laws/uwg.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[law]
|
||||
id = 10002665
|
||||
name = "Bundesgesetz gegen den unlauteren Wettbewerb"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Abschnitt"
|
||||
is_root = true
|
||||
match_function = "contains"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "numbering"
|
||||
is_root = false
|
||||
match_function = "starts_with_number"
|
||||
|
||||
[parser]
|
||||
remove_strings = [
|
||||
"<i>", "</i>"
|
||||
]
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = "<gdash />"
|
||||
replace_with = "-"
|
Loading…
Reference in New Issue
Block a user