You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
In the output of
parse(some_text=text)
, the address objects have fieldsmatch_start
andmatch_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)
.The text was updated successfully, but these errors were encountered: