datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.52k stars 304 forks source link

Wrongly parsed address #355

Open Zhang18 opened 1 year ago

Zhang18 commented 1 year ago

3 Washington Sq. Village, 3M New York, NY 10012

ORIGINAL STRING:  3 Washington Sq. Village, 3M New York, NY 10012
PARSED TOKENS:    [('3', 'AddressNumber'), ('Washington', 'StreetName'), ('Sq.', 'StreetNamePostType'), ('Village,', 'PlaceName'), ('3M', 'StateName'), ('New', 'StateName'), ('York,', 'PlaceName'), ('NY', 'StateName'), ('10012', 'ZipCode')]
UNCERTAIN LABEL:  PlaceName