add uwg
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m27s

This commit is contained in:
2024-10-03 21:58:14 +02:00
parent 4a3c6e155d
commit 7113a5a27d
70 changed files with 277 additions and 0 deletions

22
data/configs/uwg.toml Normal file
View 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 = "-"