-
Notifications
You must be signed in to change notification settings - Fork 307
Description
The Input Address
11410 183rd Pl, Suite NE Orland Park, IL 60467, USA
Current Output
What is the parser currently returning?
Unable to parse this value due to repeated labels.
Expected Ouput
What are you expecting the parser to return?
11410 - AddressNumber
183rd - StreetName
Pl - StreetNamePostType
Suite NE - OccupancyIdentifier
Orland Park - PlaceName
IL - StateName
60467 - ZipCode
Examples
Preferably 8-12 real world examples with a similar pattern that we can use to train the parser. This can be from your dataset if you're comfortable sharing some.
- As above
Additional context
Agree this is a strange one -- I guess the suite is in the NorthEast corner of the building? In any case, the suggestion would be that if the parser is keying off of state abbreviations that it looks for the last one and sees if it is right before the ZipCode. Given the lack of a comma, I would rather expect this to come across with a PlaceName of "Suite NE Orland Park", but if it can be smart about identfing Suite tied to the OccupancyIdentifier, maybe it could actually do it.