This commit is contained in:
@ -5,7 +5,7 @@ name = "ABGB"
|
||||
[[law.classifiers]]
|
||||
name = "Theil"
|
||||
is_root = true
|
||||
match_function = "containsCaseSensitive"
|
||||
match_function = "contains_case_sensitive"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Abtheilung"
|
||||
|
20
data/configs/medieng.toml
Normal file
20
data/configs/medieng.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[law]
|
||||
id = 10000719
|
||||
name = "Mediengesetz"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Abschnitt"
|
||||
is_root = true
|
||||
match_function = "contains_case_sensitive"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Unterabschnitt"
|
||||
is_root = false
|
||||
match_function = "contains"
|
||||
|
||||
[parser]
|
||||
remove_strings = [
|
||||
"<b>", "</b>",
|
||||
"<i>", "</i>",
|
||||
"<super>", "</super>",
|
||||
]
|
Reference in New Issue
Block a user