This commit is contained in:
parent
4540cedde6
commit
bebdf3a015
23
data/configs/kartellg.toml
Normal file
23
data/configs/kartellg.toml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[law]
|
||||||
|
id = 20004174
|
||||||
|
name = "Kartellgesetz 2005"
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "Hauptstück"
|
||||||
|
is_root = true
|
||||||
|
match_function = "contains"
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "Abschnitt"
|
||||||
|
is_root = false
|
||||||
|
match_function = "contains"
|
||||||
|
|
||||||
|
[parser]
|
||||||
|
remove_strings = [
|
||||||
|
"<i>", "</i>"
|
||||||
|
]
|
||||||
|
|
||||||
|
[[parser.replace_rules]]
|
||||||
|
find = "<gdash />" # Should be at the same level as the other "Theil"e
|
||||||
|
replace_with = "-"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user