usaddress icon indicating copy to clipboard operation
usaddress copied to clipboard

Could not parse 32 Old Slip, 15th Floor, New York, NY 10005

Open ehwilliamson opened this issue 4 years ago • 0 comments

RepeatedLabelError: 
ERROR: Unable to tag this string because more than one area of the string has the same label

ORIGINAL STRING:  32 OLD SLIP, 15TH FLOOR
NEW YORK, NY, 10005
PARSED TOKENS:    [('32', 'AddressNumber'), ('OLD', 'StreetNamePreModifier'), ('SLIP,', 'SubaddressType'), ('15TH', 'SubaddressIdentifier'), ('FLOOR\n', 'SubaddressType'), ('NEW', 'PlaceName'), ('YORK,', 'PlaceName'), ('NY,', 'StateName'), ('10005', 'ZipCode')]
UNCERTAIN LABEL:  SubaddressType

ehwilliamson avatar Mar 17 '21 20:03 ehwilliamson