In the output of parse(some_text=text), the address objects have fields match_start and match_end, which should refer to the location of the start and end of addresses. Rather, they refer to the start and end of addresses in the string AddressParser._normalize_string(text).
In the output of
parse(some_text=text), the address objects have fieldsmatch_startandmatch_end, which should refer to the location of the start and end of addresses. Rather, they refer to the start and end of addresses in the stringAddressParser._normalize_string(text).