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 intersection #357

Open sowdm opened 10 months ago

sowdm commented 10 months ago
> usaddress.tag('77th Avenue and Bethany Home Road')
(OrderedDict([('AddressNumber', '77th'), ('StreetNamePreType', 'Avenue'), ('StreetName', 'and Bethany Home'), ('StreetNamePostType', 'Road')]), 'Street Address')