This commit is contained in:
parent
bed8fb7ba2
commit
ee78842153
19
laws/tkg.toml
Normal file
19
laws/tkg.toml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[law]
|
||||||
|
id = 20011678
|
||||||
|
name = "Telekommunikationsgesetz"
|
||||||
|
|
||||||
|
[parser]
|
||||||
|
remove_strings = [
|
||||||
|
"<i>", "</i>",
|
||||||
|
"<b>", "</b>"
|
||||||
|
]
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "Abschnitt"
|
||||||
|
is_root = true
|
||||||
|
match_function = "contains"
|
||||||
|
|
||||||
|
[[parser.replace_rules]]
|
||||||
|
find = "<gdash />"
|
||||||
|
replace_with = "-"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user