module documentation

Some information about the gerechtcodes use in ECLIs

Note that this overlaps with the output of wetsuite.datacollect.rechtspraaknl.parse_instanties()

Function case_insensitive_lookup Case insensitive code lookup, in part because ECLI is technically case insensitive
Variable data nested dict with gerecthtcode-data
def case_insensitive_lookup(code_text):

Case insensitive code lookup, in part because ECLI is technically case insensitive

Parameters
code_text:strUndocumented
Returns

either None, or a a dict with some details like:

    {'abbrev': 'GHARL',
     'extra': ['gerechtshof'],
     'name': 'Gerechtshof Arnhem-Leeuwarden'}
data: dict[str, dict] =

nested dict with gerecthtcode-data