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
I have the following address: "'42054 Via San Luis Rey Fremont CA 94539'".
When I run it through the tag method this is the response I get:
[('AddressNumber', '42054'),
('StreetName', 'Via'),
('PlaceName', 'San Luis Rey Fremont'),
('StateName', 'CA'),
('ZipCode', '94539')]
The street name should be "Via San Luis Rey", but you can see the tagger is struggling with the extra long CA street name.
Any thoughts on how to combat this to accurately separate the street name from the city?
The text was updated successfully, but these errors were encountered:
I have the following address: "'42054 Via San Luis Rey Fremont CA 94539'".
When I run it through the tag method this is the response I get:
[('AddressNumber', '42054'),
('StreetName', 'Via'),
('PlaceName', 'San Luis Rey Fremont'),
('StateName', 'CA'),
('ZipCode', '94539')]
The street name should be "Via San Luis Rey", but you can see the tagger is struggling with the extra long CA street name.
Any thoughts on how to combat this to accurately separate the street name from the city?
The text was updated successfully, but these errors were encountered: