add data for schifffahrtsgesetz
This commit is contained in:
29
data/configs/schifffahrtsg.toml
Normal file
29
data/configs/schifffahrtsg.toml
Normal file
@ -0,0 +1,29 @@
|
||||
[law]
|
||||
id = 10012703
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Teil"
|
||||
is_root = true
|
||||
match_function = "contains"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Hauptstück"
|
||||
is_root = false
|
||||
match_function = "contains"
|
||||
|
||||
[parser]
|
||||
remove_strings = [
|
||||
"<gs sperrweite=\"26\">", "</gs>",
|
||||
"<super>", "</super>",
|
||||
"<sub>", "</sub>",
|
||||
"<b>", "</b>",
|
||||
"<n>", "</n>",
|
||||
"<i>", "</i>",
|
||||
"<tab position=\"35.4\" />"
|
||||
]
|
||||
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = "<gdash />"
|
||||
replace_with = "-"
|
||||
|
Reference in New Issue
Block a user