ORIGINAL STRING: 638 BIRD BAY DR E #112 BLD 50 VENICE, FL, 34285
PARSED TOKENS: [('638', 'AddressNumber'), ('BIRD', 'StreetName'), ('BAY', 'StreetName'), ('DR', 'StreetNamePostType'), ('E', 'StreetNamePostDirectional'), ('#', 'SubaddressType'), ('112', 'SubaddressIdentifier'), ('BLD', 'SubaddressType'), ('50', 'SubaddressIdentifier'), ('VENICE,', 'PlaceName'), ('FL,', 'StateName'), ('34285', 'ZipCode')]
UNCERTAIN LABEL: SubaddressType
When this error is raised, it's likely that either (1) the string is not a valid person/corporation name or (2) some tokens were labeled incorrectly
To report an error in labeling a valid name, open an issue at https://github.com/datamade/usaddress/issues/new - it'll help us continue to improve probablepeople!