risp/data/configs/kschg.toml
philipp c92d72c580
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m23s
add configs for laws
2024-02-06 11:18:40 +01:00

16 lines
232 B
TOML

[law]
id = 10002462
[[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>"]