datamade / usaddress

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

Parsing Error for Farm Roads #315

Open tmooreOA opened 2 years ago

tmooreOA commented 2 years ago

Input: 2421 Farm Road 1110

Output: (OrderedDict([('AddressNumber', '2421'), ('StreetName', 'Farm'), ('StreetNamePostType', 'Road'), ('OccupancyIdentifier', '1110')]), 'Street Address')

The "1110" should be a part of the StreetName. This also occurs if "Road" is abbreviated to "Rd".